Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ef5340

Browse files
authored
fix: change message when trying to update a workspace already up-to-date (#14975)
Related to#14940 -We replace the wording from Workspace isn't outdated to Workspace isup-to-date when the workspace already is up-to-date.
1 parentab6cb1a commit0ef5340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cli/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func (r *RootCmd) update() *serpent.Command {
3030
returnerr
3131
}
3232
if!workspace.Outdated&&!parameterFlags.promptRichParameters&&!parameterFlags.promptBuildOptions&&len(parameterFlags.buildOptions)==0 {
33-
_,_=fmt.Fprintf(inv.Stdout,"Workspaceisn't outdated!\n")
33+
_,_=fmt.Fprintf(inv.Stdout,"Workspaceis up-to-date.\n")
3434
returnnil
3535
}
3636

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp