Skip to content

Commit aee1d49

Browse files
committed
close #116 add force and error message to deliver
1 parent 9a16905 commit aee1d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phlow/deliver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func LocalDeliver(defaultBranch string) {
9090
fmt.Println(err.Error())
9191
return
9292
}
93-
93+
ui.PhlowSpinner.Stop()
9494
fmt.Printf("Delivered changes from %s to %s \n", ui.Format.Branch(branchInfo.Current), ui.Format.Branch(defaultBranch))
9595
}
9696

0 commit comments

Comments
 (0)