Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Fix script formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
karimkawambwa committed Jan 10, 2020
1 parent c0d4693 commit e2f6b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ branch_name=deploy-`date +"%s"`
git fetch &&
git subtree pull --prefix package $REMOTE master --squash &&
if ! git diff-index --quiet HEAD --; then
git add package && git commit -m 'Dashboard' &&
git add package && git commit -m 'Dashboard'
fi

# Remote exists - Exit script if remote does not exist
Expand Down

0 comments on commit e2f6b2d

Please sign in to comment.