Browse Source

Improving messages displayed by pkg.sh script

Leo 9 years ago
parent
commit
3a359879f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg.sh

+ 1 - 1
pkg.sh

@@ -13,6 +13,6 @@ tag=`git tag --points-at HEAD`
 id=`git rev-parse --short --verify HEAD`
 name=OcLaunch_${tag}-${id}.tgz
 
-echo "Write in" $name
+echo "Writing in" $name
 git archive master --prefix=${name}/ --format=tgz -o dist/${name}