diff options
author | Ben Sima <ben@bsima.me> | 2021-04-27 22:04:43 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:34 -0500 |
commit | fc12097be426c1a87dd504c3694a0097b806bd7a (patch) | |
tree | d1298e14c7570390506ab1d28f7984789f72ffca /Biz | |
parent | bb7d550af8dd6c98a56d270beb2e19130160c4ff (diff) |
Fix stupid typo
Diffstat (limited to 'Biz')
-rwxr-xr-x | Biz/Cloud/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Cloud/post-receive b/Biz/Cloud/post-receive index 7b0b7b3..4a67043 100755 --- a/Biz/Cloud/post-receive +++ b/Biz/Cloud/post-receive @@ -33,7 +33,7 @@ do echo "$hash" > "$outdir/$newrev.sha256" echo " commit: $newrev" echo " sha256: $hash" - echo " in biz: deps update $repo --brach $branch --rev $newrev --attribute sha256=$hash" + echo " in biz: deps update $repo --branch $branch --rev $newrev --attribute sha256=$hash" chmod -R 755 "$webroot/archive" fi done |