fetchRepoProject: typo

This commit is contained in:
Sophie Taylor 2017-03-27 15:04:02 +10:00 committed by GitHub
parent 69055ecb51
commit 50d964d105

View file

@ -16,7 +16,7 @@ let
"--depth=1"
#TODO: fetching clone.bundle seems to fail spectacularly inside a sandbox.
"--no-clone-bundle"
(optionalString (createMirror != "") "--mirror")
(optionalString createMirror "--mirror")
(optionalString useArchive "--archive")
(optionalString (repoRepoURL != "") "--repo-url=${repoRepoURL}")
(optionalString (repoRepoRev != "") "--repo-branch=${repoRepoRev}")