mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
Lay groundwork for NT/UNIX-like sync interoperability
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ func RenameCli(oldLocation string) {
|
||||
backend.TargetIsFile(oldLocation, true, 0)
|
||||
|
||||
// prompt user for new location and rename
|
||||
newLocation := backend.EntryRoot + backend.PathSeparator + input("New location:")
|
||||
newLocation := backend.TargetLocationFormat(input("New location:"))
|
||||
backend.Rename(oldLocation, newLocation)
|
||||
|
||||
// exit is done from backend.Rename
|
||||
|
||||
Reference in New Issue
Block a user