Lay groundwork for NT/UNIX-like sync interoperability

This commit is contained in:
2024-05-30 22:12:29 -04:00
parent ea34f644f3
commit 1f44d0b5f3
12 changed files with 80 additions and 61 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func main() {
if strings.HasPrefix(args[1], "/") {
// store location of target entry
targetLocation := backend.TargetLocationFormat(args[1][1:])
targetLocation := backend.TargetLocationFormat(args[1])
// entry reader shortcut (if no other arguments are supplied)
if argsCount == 2 {