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 {