diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-13 23:19:41 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-13 23:19:41 -0600 |
commit | 700e3da385b35228d43a64501850a6ebad83293c (patch) | |
tree | 956a42ac16d6883d8ca1b77a36841ff976f3228e | |
parent | 3bf5718c1f04a622d457ad0568ba8ba165bdbb67 (diff) |
Fixed typo
-rwxr-xr-x | librerelease | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librerelease b/librerelease index 707ebca..6762a68 100755 --- a/librerelease +++ b/librerelease @@ -34,7 +34,7 @@ rsync --recursive \ --progress \ -e "ssh " \ ${WORKDIR}/staging \ - ${PARABOLAHOST}:${LIBREDESTDIR}/stagging || exit 1 + ${PARABOLAHOST}:${LIBREDESTDIR}/staging || exit 1 echo ":: Removing packages from local [staging]" find ${WORKDIR}/staging/ -iname "*.pkg.tar.*" -delete |