Skip to content

Commit a38c150

Browse files
committed
publish script: display archive path
1 parent 4711243 commit a38c150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish-updates.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ then
7070
mv -fv $ARCHIVE_PREFIX-SNAPSHOT.zip $ARCHIVE_FOLDER/$ARCHIVE_PREFIX-$NUMDATE.zip
7171
fi
7272

73-
if [ "$TEST" != "-test" ]
73+
if [ "$TEST" == "-test" ]
7474
then
75-
echo "Don't forget to publish the archive too!"
75+
echo "When final, don't forget to publish the archive too!"
7676
echo "It is available from $ARCHIVE_FOLDER/$ARCHIVE_PREFIX-$NUMDATE.zip"
7777
fi
7878

0 commit comments

Comments
 (0)