Fix the order of clearing a satellite

5-0-stable
murank 2013-03-17 23:50:20 +09:00
parent a96e0ec57e
commit 77295b00b8
1 changed files with 1 additions and 1 deletions

View File

@ -24,8 +24,8 @@ module Gitlab
def clear_and_update!
raise_no_satellite unless exists?
delete_heads!
clear_working_dir!
delete_heads!
update_from_source!
end