Skip to content

Commit 91eabad

Browse files
committed
quiet reset
1 parent 68ae2a9 commit 91eabad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434
git symbolic-ref HEAD refs/heads/$deploy_branch
3535

3636
#put the previously committed contents of deploy_branch branch into the index
37-
git --work-tree "$deploy_directory" reset --mixed
37+
git --work-tree "$deploy_directory" reset --mixed --quiet
3838

3939
git --work-tree "$deploy_directory" pull origin $deploy_branch
4040
git --work-tree "$deploy_directory" add --all

0 commit comments

Comments
 (0)