diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 19:03:29 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 19:03:29 -0400 |
| commit | 0ad5b6e4109f69ed74a8410f62782aa128e6446a (patch) | |
| tree | 4ff3e4d7dba490dd0c5a1fca289bef7340d01d18 /src/wrapper.hs | |
| parent | 95f89280dda74b6c7df166f8c584cf337f5b3f96 (diff) | |
| parent | db1cf96dd70c3f7396b6a3bb89f26b972cc54e0c (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/wrapper.hs')
| -rw-r--r-- | src/wrapper.hs | 2 |
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] ) |
