mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 07:50:54 -07:00
Fix formatting
This commit is contained in:
parent
09a7132a26
commit
85d34558bc
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ if [ ! -e $FILE1 ]; then
|
|||
touch $FILE1
|
||||
fi
|
||||
|
||||
MSG=$"### Travis build #"$TRAVIS_BUILD_NUMBER".\n####Desktop JAR download: ["$DESKFILE"]("$DESKFILE")" >> $FILE1
|
||||
echo "$MSG"
|
||||
MSG=$"### Travis build #"$TRAVIS_BUILD_NUMBER".\n####Desktop JAR download: ["$DESKFILE"]("$DESKFILE")"
|
||||
echo "$MSG" >> $FILE1
|
||||
|
||||
git add $FILE1
|
||||
git add $DESKFILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue