stub
This commit is contained in:
parent
4fbdb197d5
commit
e53900a545
3 changed files with 42 additions and 6 deletions
3
UUID.hs
3
UUID.hs
|
@ -34,5 +34,6 @@ prepUUID repo =
|
|||
then do
|
||||
uuid <- genUUID
|
||||
gitRun repo ["config", configkey, uuid]
|
||||
gitConfigRead repo -- return new repo with updated config
|
||||
-- return new repo with updated config
|
||||
gitConfigRead repo
|
||||
else return repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue