Skip to content

Commit 299df33

Browse files
Minor
1 parent 83cbfb3 commit 299df33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/local_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func (li LocalInstance) CheckRecreationNeeded() error {
194194
return err
195195
}
196196
if !state.UpToDate {
197-
return fmt.Errorf("%s > outdated and need to be upgraded as distribution JAR changed from '%s' to '%s'; consider using 'aem instance upgrade' command", li.instance.IDColor(), state.Locked.JarName, state.Current.JarName)
197+
return fmt.Errorf("%s > outdated and need to be upgraded as distribution JAR changed from '%s' to '%s'; consider using upgrade command", li.instance.IDColor(), state.Locked.JarName, state.Current.JarName)
198198
}
199199
}
200200
return nil

0 commit comments

Comments
 (0)