Skip to content

Commit

Permalink
Update cmd/lakectl/cmd/branch_protect.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yoni <yoni.augarten@treeverse.io>
  • Loading branch information
nopcoder and johnnyaug authored Jun 26, 2023
1 parent a3ca27b commit 66df345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lakectl/cmd/branch_protect.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var branchProtectDeleteCmd = &cobra.Command{
Pattern: args[1],
})
DieOnErrorOrUnexpectedStatusCode(resp, err, http.StatusNoContent)
fmt.Printf("Branch protection rule deleted to '%s' repository.\n", u.Repository)
fmt.Printf("Branch protection rule deleted from '%s' repository.\n", u.Repository)
},
}

Expand Down

0 comments on commit 66df345

Please sign in to comment.