diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-14 16:32:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-14 16:32:55 -0400 |
commit | e60e6c580422b17b28471ea2e420416eb12e63da (patch) | |
tree | 5af1c4b42955c51fec392fe40830b4c01efc87fc | |
parent | 93cfaa354cc6acb554332fbd6aec0391e8b9327a (diff) |
make repo description optional
-rw-r--r-- | Assistant/MakeRemote.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/MakeRemote.hs b/Assistant/MakeRemote.hs index eec383272..8aa7cb2e8 100644 --- a/Assistant/MakeRemote.hs +++ b/Assistant/MakeRemote.hs @@ -93,6 +93,7 @@ makeRemote basename location a = do g <- gitRepo if not (any samelocation $ Git.remotes g) then do + let name = uniqueRemoteName basename 0 g a name return name |