fixup! refactor: app move
review pass
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -179,7 +179,7 @@ func PromptProcced() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if Dry {
|
if Dry {
|
||||||
return fmt.Error(i18n.G("dry run"))
|
return errors.New(i18n.G("dry run"))
|
||||||
}
|
}
|
||||||
|
|
||||||
response := false
|
response := false
|
||||||
|
Reference in New Issue
Block a user