fixed remote dir typo
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user