aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'worktree_linux.go')
-rw-r--r--worktree_linux.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/worktree_linux.go b/worktree_linux.go
index a33cd2f..891cb1c 100644
--- a/worktree_linux.go
+++ b/worktree_linux.go
@@ -20,3 +20,7 @@ func init() {
}
}
}
+
+func isSymlinkWindowsNonAdmin(err error) bool {
+ return false
+}