X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=add-pubkey%2Fpost-checkout;fp=add-pubkey%2Fpost-checkout;h=7394a6219092524f0b5310fad055ccebd8102869;hb=950d3b3e506d4805900c2f8c0c416986b7fca444;hp=bf63ef0d2e12c3e97fad203b7e31c64cc0ffd664;hpb=51766cb4058a3e94e402cc33d9bd903633a245d1;p=git-scripts.git diff --git a/add-pubkey/post-checkout b/add-pubkey/post-checkout index bf63ef0..7394a62 100755 --- a/add-pubkey/post-checkout +++ b/add-pubkey/post-checkout @@ -1,7 +1,7 @@ #!/bin/sh # post-checkout hook that compiles python files to byte code -# if branch was changed or remove byte code files for a specific branch +# if branch was changed or removes byte code files for a specific branch prev_HEAD="$1" new_HEAD="$2"