Skip to content
Snippets Groups Projects
Commit dad1d0b8 authored by James Lopez's avatar James Lopez
Browse files

fix return value and spec

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