script/update-ssh-client-config: s/post-receive/post-checkout/
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
cfd0863671
commit
358a1869f4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Intended to be used as a git hook for post-commit, post-merge, post-receive
|
# Intended to be used as a git hook for post-commit, post-merge, post-checkout
|
||||||
#
|
#
|
||||||
# Remember to include the generated ssh config on top of ~/.ssh/config:
|
# Remember to include the generated ssh config on top of ~/.ssh/config:
|
||||||
# Include ~/.ssh/bwnode
|
# Include ~/.ssh/bwnode
|
||||||
|
|
Loading…
Reference in a new issue