summaryrefslogtreecommitdiff
path: root/lua/rclone.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/rclone.lua')
-rw-r--r--lua/rclone.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/rclone.lua b/lua/rclone.lua
index 308f06c..2e18871 100644
--- a/lua/rclone.lua
+++ b/lua/rclone.lua
@@ -251,7 +251,7 @@ local function copyFile(options)
local local_path_pattern = local_path:gsub('([^%w])', '%%%1')
if local_file_path:find(local_path_pattern) == nil then
- print('Local path not in file path')
+ print('File path not in local path')
return
end