aboutsummaryrefslogtreecommitdiffstats
path: root/_examples
diff options
context:
space:
mode:
Diffstat (limited to '_examples')
-rw-r--r--_examples/common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/common_test.go b/_examples/common_test.go
index 5543eaf..877e9ca 100644
--- a/_examples/common_test.go
+++ b/_examples/common_test.go
@@ -96,7 +96,7 @@ func createBareRepository(dir string) string {
func setEmptyRemote(dir string) string {
remote := createBareRepository(tempFolder())
- setRemote(dir, fmt.Sprintf("file://%s", remote))
+ setRemote(dir, remote)
return dir
}