From 8c390684537a53217bc22b750ce9c3725e191024 Mon Sep 17 00:00:00 2001 From: Bartal Laearsson Date: Wed, 5 Aug 2026 10:33:46 +0100 Subject: [PATCH] fixed remote dir typo --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 6a12447..d3d1c62 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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 {