Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
c4po committed Mar 20, 2024
1 parent a149f29 commit 6d77621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wrapper/checkargs.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
func checkStateCommand(args []string, version *semver.Version) ([]string, error) {
versionImport, _ := semver.NewConstraint(">= 1.5.0")
versionMoved, _ := semver.NewConstraint(">= 1.1.0")
versionImport.Check(version)

if checkArgsExists(args, "import") >= 0 &&
versionImport.Check(version) {
force_pos := checkArgsExists(args, "--force")
Expand Down

0 comments on commit 6d77621

Please sign in to comment.