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 {
|
if protonDrive {
|
||||||
remotePath := drivePath
|
remotePath := drivePath
|
||||||
if remotePath == "" {
|
if remotePath == "" {
|
||||||
remotePath = "/my/files/md/" + filepath.Base(outputPath)
|
remotePath = "/my-files/md/" + filepath.Base(outputPath)
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := drive.CheckAuth(); err != nil {
|
if err := drive.CheckAuth(); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user