diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-10 14:40:31 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-10 14:40:31 -0300 |
commit | 0a7e0e2866dd5a3b8c794b1aefcec58c15cbe9df (patch) | |
tree | 4e49285f97e815498f4639d2f636895b9e4796fa /librerelease | |
parent | 660b32b7bb06d80e81ae7da41efde6f80fd073d1 (diff) |
Not all removed files are packages
Diffstat (limited to 'librerelease')
-rwxr-xr-x | librerelease | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librerelease b/librerelease index 3820a12..c4d97c1 100755 --- a/librerelease +++ b/librerelease @@ -145,7 +145,7 @@ rsync --recursive \ exit 1 } -msg "Removing ${#SYNCED_FILES[@]} packages from local [staging]" +msg "Removing ${#SYNCED_FILES[@]} files from local [staging]" clean ${SYNCED_FILES[@]} msg "Running db-update on repos" |