Skip to content

Commit

Permalink
APIGOV-22850 - fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway committed Jul 13, 2022
1 parent 0002a58 commit 1bb284a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/migrationconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func newTestMigrationConfig() MigrationConfig {
func (m *MigrationSettings) validate() {
}

// ShouldCleanInstances - returns the value fo CleanInstances
func (m *MigrationSettings) ShouldCleanInstances() bool {
return m.CleanInstances
}
Expand Down

0 comments on commit 1bb284a

Please sign in to comment.