Skip to content

Commit 03d5ea8

Browse files
authored
Update usage info for post-checkout
1 parent 265bfe4 commit 03d5ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/command_post_checkout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
// optimising that as best it can based on the available information.
2222
func postCheckoutCommand(cmd *cobra.Command, args []string) {
2323
if len(args) != 3 {
24-
Print("This should be run through Git's post-commit hook. Run `git lfs update` to install it.")
24+
Print("This should be run through Git's post-checkout hook. Run `git lfs update` to install it.")
2525
os.Exit(1)
2626
}
2727

0 commit comments

Comments
 (0)