Skip to content

Commit

Permalink
Removing files from tmp directory after commiting
Browse files Browse the repository at this point in the history
  • Loading branch information
mahype committed Jan 28, 2019
1 parent f52c0c5 commit 5c39f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ svn copy $SVNURL/trunk $SVNURL/tags/$NEWVERSION1 --quiet -m "tagged version $NEW
echo "Done."

printf "Removing temporary directory %s..." "$SVNPATH"
#rm -rf $SVNPATH/
rm -rf $SVNPATH/
echo "Done."

echo
Expand Down

0 comments on commit 5c39f9a

Please sign in to comment.