Skip to content

Commit

Permalink
NoLibary.CanPlanModeUse to return true (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
fobilow authored Jul 16, 2024
1 parent 943e6b4 commit da0ff4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectorconfig/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (n NoLibrary) SupportsCountry(country string) bool {
}

func (n NoLibrary) CanPlanModeUse(mode environment.Mode) bool {
return false
return true
}

func (n NoLibrary) IsRecoveryAgent() bool {
Expand Down

0 comments on commit da0ff4b

Please sign in to comment.