Skip to content

Commit bf7acbf

Browse files
authored
Merge pull request git-lfs#2830 from proinsias/patch-1
Update usage info for post-checkout
2 parents 265bfe4 + 03d5ea8 commit bf7acbf

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)