fixup! refactor: app move review pass
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-09-01 07:46:00 +02:00
parent da6fdbd5d4
commit d7c57570a5

View File

@ -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