commit d9fbdbe32b7646d837844e5ba2360fa044da203e
parent bc8f615d72bf9ecabf769762f5825f0f358cc73d
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Sat, 7 Jul 2007 15:06:56 +0000
make sup-sync-back short-circuit work properly
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@483 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/sup-sync-back b/bin/sup-sync-back
@@ -138,9 +138,9 @@ begin
$stderr.puts "Done."
if any_modified
if using_usual_sources
- $stderr.puts "You should now run: sup-sync --changed #{sources.join(' ')}"
- else
$stderr.puts "You should now run: sup-sync --changed"
+ else
+ $stderr.puts "You should now run: sup-sync --changed #{sources.join(' ')}"
end
end
rescue Exception => e