aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops/fetchgit.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/primops/fetchgit.hh')
-rw-r--r--src/libexpr/primops/fetchgit.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libexpr/primops/fetchgit.hh b/src/libexpr/primops/fetchgit.hh
index 6ffb21a96..ff228f3b3 100644
--- a/src/libexpr/primops/fetchgit.hh
+++ b/src/libexpr/primops/fetchgit.hh
@@ -8,7 +8,7 @@ namespace nix {
class Store;
-Path exportGit(ref<Store> store,
- const std::string & uri, const std::string & rev);
+Path exportGit(ref<Store> store, const std::string & uri,
+ const std::string & ref, const std::string & rev = "");
}