summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 32b024e..5aa1197 100755
--- a/dgit
+++ b/dgit
@@ -6848,7 +6848,7 @@ END
$dscfn;
}
$there =~ s#/+[^/]+$## or fail f_
- "import %s requires ../%s, but it does not exist",
+ "import %s requires .../%s, but it does not exist",
$dscfn, $f;
$there .= "/$f";
my $test = $there =~ m{^/} ? $there : "../$there";