commit a680c951128deb99de2f7a5e32a5aeda35f25dc6
parent f35288a57d7d38658be90dd4414f662cc0363a43
Author: Gaute Hope <eg@gaute.vetsj.com>
Date: Wed, 30 Apr 2014 09:33:20 +0200
sup-sync: error msg on :update
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/sup-sync b/bin/sup-sync
@@ -175,7 +175,7 @@ begin
puts "Changing flags for #{source}##{m.source_info} from #{old_m.labels} to #{m.labels}" if opts[:verbose]
num_updated += 1
end
- else fail
+ else fail "sup-sync cannot handle :update's"
end
if Time.now - last_info_time > PROGRESS_UPDATE_INTERVAL