there was a missing s

This commit is contained in:
James Devine 2018-01-09 19:21:28 +01:00 committed by GitHub
parent ea6d71f6bb
commit 7c65ef204c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ if [ -z "$EXECPATH" ] ; then
exit 1 # fail
fi
echo "$EXECPATH"
TOREPLACE="PATH_TO_EXECUTABLE"
STOREPLACE="PATH_TO_EXECUTABLE"
echo "--- Updating packages"