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 7a7239f commit b886de2Copy full SHA for b886de2
cmd/update.go
@@ -19,7 +19,7 @@ var updateCmd = &cobra.Command{
19
Use: "update",
20
Short: "Update the current project.",
21
Run: func(cmd *cobra.Command, args []string) {
22
- update()
+ abort(update())
23
},
24
}
25
0 commit comments