Skip to content

Commit 50c5442

Browse files
committed
whitespace change to kick off build
1 parent 1e2434a commit 50c5442

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

freshCraTemplateUpdate.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ git commit -a -m 'editing blueprint.yml, fixing @fs/react-scripts version'
2727
git remote add origin https://github.com/fs-webdev/fresh-cra-template.git
2828

2929
if [ "$1" == next ]; then
30-
echo Is next branch, pushing to fresh-cra-template next branch
31-
git push --force origin master:next
30+
echo Is next branch, pushing to fresh-cra-template next branch
31+
git push --force origin master:next
3232
else
33-
git push --force origin master
33+
git push --force origin master
3434
fi

0 commit comments

Comments
 (0)