Skip to content

Commit 47593c2

Browse files
committed
travis
1 parent 3e5357a commit 47593c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ after_success:
3232
GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`"
3333
GITREV="`git show -s --format='%h'`"
3434
REV_NAME="bootstrap-dldi-${GITDATE}-${GITREV}.nds"
35-
cp bootstrap-dldi.nds $REV_NAME_BS
35+
cp bootstrap-dldi.nds $REV_NAME
3636
lftp -c "open -u nds-bootstrap,$BUILD_PASSWORD sftp://joshuadoes.com; put -O ' /home/nds-bootstrap' '${REV_NAME}'"
3737
fi

0 commit comments

Comments
 (0)