diff options
Diffstat (limited to 'Biz/Cloud/post-receive')
-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 |