Skip to content

Commit f5cf5f4

Browse files
committed
remove unwanted echo
1 parent 7180b02 commit f5cf5f4

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
@@ -65,7 +65,7 @@ echo "Pushing latest commit to origin, with tags"
6565
git push origin master
6666
git push origin master --tags
6767

68-
echo
68+
6969
echo "Creating local copy of SVN repo ..."
7070
if [ -d $SVNPATH ]; then rm -rf $SVNPATH; fi
7171
svn co $SVNURL $SVNPATH

0 commit comments

Comments
 (0)