Skip to content

Commit

Permalink
shoot("foot");
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityfox committed Dec 17, 2015
1 parent 07c9f84 commit 356591a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FoxCore
2 changes: 1 addition & 1 deletion setversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ ! -z ${TRAVIS_TAG} ]
then
echo "This is a tagged commit! (Tag: ${TRAVIS_TAG}) Injecting version into main class..."
sed -i.bak "s/\"\*\";\/\/VERSION/\"${TRAVIS_TAG/#v/}\";/" ./src/main/java/net/foxdenstudio/foxguard/FoxGuardMain.java
sed -i.bak "s/\"\*\";\/\/VERSION/\"${TRAVIS_TAG/#v/}\";/" ./src/main/java/net/foxdenstudio/sponge/foxguard/FoxGuardMain.java
else
echo "This is not a tagged commit! Skipping injection..."
fi

0 comments on commit 356591a

Please sign in to comment.