Commit dad1d0b8 authored by James Lopez's avatar James Lopez

fix return value and spec

parent 52bb5648
......@@ -33,7 +33,7 @@ module Gitlab
if File.exist?(@archive_file)
yield
break
return true
else
sleep(2**retry_number)
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