summaryrefslogtreecommitdiff
path: root/src/wrapper.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapper.hs')
-rw-r--r--src/wrapper.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapper.hs b/src/wrapper.hs
index 75830e72..106591fc 100644
--- a/src/wrapper.hs
+++ b/src/wrapper.hs
@@ -71,6 +71,8 @@ wrapper args propellordir propellorbin = do
( do
void $ boolSystem "git" [Param "clone", File distrepo, File propellordir]
fetchUpstreamBranch propellordir distrepo
+ changeWorkingDirectory propellordir
+ void $ boolSystem "git" [Param "remote", Param "rm", Param "origin"]
, void $ boolSystem "git" [Param "clone", Param netrepo, File propellordir]
)