Commit dad1d0b8 authored by James Lopez's avatar James Lopez

fix return value and spec

parent 52bb5648
...@@ -33,7 +33,7 @@ module Gitlab ...@@ -33,7 +33,7 @@ module Gitlab
if File.exist?(@archive_file) if File.exist?(@archive_file)
yield yield
break return true
else else
sleep(2**retry_number) sleep(2**retry_number)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment