Fix the order of clearing a satellite
This commit is contained in:
parent
a96e0ec57e
commit
77295b00b8
1 changed files with 1 additions and 1 deletions
|
@ -24,8 +24,8 @@ module Gitlab
|
||||||
def clear_and_update!
|
def clear_and_update!
|
||||||
raise_no_satellite unless exists?
|
raise_no_satellite unless exists?
|
||||||
|
|
||||||
delete_heads!
|
|
||||||
clear_working_dir!
|
clear_working_dir!
|
||||||
|
delete_heads!
|
||||||
update_from_source!
|
update_from_source!
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue