Skip to content

Commit b886de2

Browse files
committed
Fix update errors ignored
1 parent 7a7239f commit b886de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var updateCmd = &cobra.Command{
1919
Use: "update",
2020
Short: "Update the current project.",
2121
Run: func(cmd *cobra.Command, args []string) {
22-
update()
22+
abort(update())
2323
},
2424
}
2525

0 commit comments

Comments
 (0)