diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-11-14 04:20:41 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-13 20:43:35 -0800 |
commit | 8adcc826560a7163777066540513cbdf622e3add (patch) | |
tree | 97000c31dafc1ec71f1230be3b306ee99df50104 /scripts | |
parent | 7552690afa9c396cb833070e1b5b53c53c15d9f2 (diff) | |
download | subsurface-8adcc826560a7163777066540513cbdf622e3add.tar.gz |
MXE: reword echo text about uploading
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/windows/after_success.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/windows/after_success.sh b/scripts/windows/after_success.sh index e0927eeb9..d7e6e65ac 100644 --- a/scripts/windows/after_success.sh +++ b/scripts/windows/after_success.sh @@ -6,7 +6,7 @@ fi cd ${TRAVIS_BUILD_DIR}/../win32/subsurface -echo "Submitting the folloing Windows installer for continuous build release:" +echo "Submitting the following Windows files for continuous build release:" find . -name subsurface\*.exe* # get and run the upload script |