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 265bfe4 commit 03d5ea8Copy full SHA for 03d5ea8
commands/command_post_checkout.go
@@ -21,7 +21,7 @@ import (
21
// optimising that as best it can based on the available information.
22
func postCheckoutCommand(cmd *cobra.Command, args []string) {
23
if len(args) != 3 {
24
- Print("This should be run through Git's post-commit hook. Run `git lfs update` to install it.")
+ Print("This should be run through Git's post-checkout hook. Run `git lfs update` to install it.")
25
os.Exit(1)
26
}
27
0 commit comments