summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xarchrelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/archrelease b/archrelease
index 58cb3f0..8ea718c 100755
--- a/archrelease
+++ b/archrelease
@@ -23,7 +23,7 @@ if [ ! -z "$(svn status -q)" ]; then
abort 'archrelease: You have not committed your changes yet!'
fi
-echo -n 'releasing package...'
+echo -n "releasing package to ${1}..."
pushd .. >/dev/null
if [ -d "repos/${1}" ]; then
svn rm --force -q "repos/${1}"