fixed remote dir typo

This commit is contained in:
Bartal Laearsson
2026-08-05 10:33:46 +01:00
parent bccf9bf198
commit 8c39068453
+1 -1
View File
@@ -138,7 +138,7 @@ func run(cmd *cobra.Command, args []string) error {
if protonDrive {
remotePath := drivePath
if remotePath == "" {
remotePath = "/my/files/md/" + filepath.Base(outputPath)
remotePath = "/my-files/md/" + filepath.Base(outputPath)
}
if err := drive.CheckAuth(); err != nil {