From 801b1a160558ed8b862e683c7aaf5092b0c1adb2 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 28 Jul 2019 13:21:33 +0100 Subject: Support working tree based on a commit, tag or branch --- unittests/mockDefs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittests/mockDefs.cpp') diff --git a/unittests/mockDefs.cpp b/unittests/mockDefs.cpp index dff4cbc..1ecf11c 100644 --- a/unittests/mockDefs.cpp +++ b/unittests/mockDefs.cpp @@ -9,7 +9,7 @@ GitFS::Test::Service::Service() : IceTray::DryIce({ "--GitFS.testrepo.gitdir=%?"_fmt(rootDir.string()), "--GitFS.testrepo.authkey=testauth", - "--GitFS.testrepo.commit=7a0ccb40084c3ab31d9856e7f689c0514c28c930", + "--GitFS.testrepo.commitish=7a0ccb40084c3ab31d9856e7f689c0514c28c930", }) { } -- cgit v1.2.3