Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit d4b46a6

Browse files
committed
update: fix bad cut-n-paste
1 parent a85234c commit d4b46a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var updateCmd = &cobra.Command{
4040
if updateCmdMessage != "" {
4141
req.Set("message", updateCmdMessage)
4242
}
43-
if pushCmdLicence != "" {
43+
if updateCmdBranch != "" {
4444
req.Set("branch", updateCmdBranch)
4545
}
4646
resp, _, errs := req.End()

0 commit comments

Comments
 (0)