diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-08 16:10:32 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-08 16:10:32 +0100 |
commit | db5d52961aa7e0b6a17d67e0acbfe832846bc378 (patch) | |
tree | efdb106dfc1657a91cc0b403a80241255c5a7b4b | |
parent | d720d1ce2010a3c65514db09961c7e7ef95bd9a7 (diff) | |
download | orchestration-db5d52961aa7e0b6a17d67e0acbfe832846bc378.tar.gz |
Fix wrong comments in wrong scripts
-rw-r--r-- | source/dummy_definitions_update.sh | 2 | ||||
-rw-r--r-- | source/dummy_lorry_update.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/dummy_definitions_update.sh b/source/dummy_definitions_update.sh index c08612d..f77b175 100644 --- a/source/dummy_definitions_update.sh +++ b/source/dummy_definitions_update.sh @@ -1,5 +1,5 @@ #!/bin/sh -# this will go on the post-receive hooks for repos updated by lorry +# this will go on the definitions post-receive hook set -e category=definitions diff --git a/source/dummy_lorry_update.sh b/source/dummy_lorry_update.sh index cd6223c..2d513bb 100644 --- a/source/dummy_lorry_update.sh +++ b/source/dummy_lorry_update.sh @@ -1,5 +1,5 @@ #!/bin/sh -# this will go on the definitions post-receive hook +# this will go on the post-receive hooks for repos updated by lorry set -e category=lorry |