We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6cb1a commit 0ef5340Copy full SHA for 0ef5340
cli/update.go
@@ -30,7 +30,7 @@ func (r *RootCmd) update() *serpent.Command {
30
return err
31
}
32
if !workspace.Outdated && !parameterFlags.promptRichParameters && !parameterFlags.promptBuildOptions && len(parameterFlags.buildOptions) == 0 {
33
- _, _ = fmt.Fprintf(inv.Stdout, "Workspace isn't outdated!\n")
+ _, _ = fmt.Fprintf(inv.Stdout, "Workspace is up-to-date.\n")
34
return nil
35
36
0 commit comments