mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-02 23:27:22 -04:00
Lay groundwork for NT/UNIX-like sync interoperability
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user