Skip to content

Commit ccbad2a

Browse files
JoeZiminskiCopilot
andauthored
Update datashuttle/utils/rclone_encryption.py
Co-authored-by: Copilot <[email protected]>
1 parent 2e3a710 commit ccbad2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datashuttle/utils/rclone_encryption.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def run_rclone_config_encrypt(cfg: Configs) -> None:
235235
raise RuntimeError(
236236
f"\n--- STDOUT ---\n{output.stdout}\n"
237237
f"\n--- STDERR ---\n{output.stderr}\n"
238-
"Could not remove the password from the RClone config. See the error message above."
238+
"Could not encrypt the RClone config. See the error message above."
239239
)
240240

241241
remove_credentials_as_password_command()

0 commit comments

Comments
 (0)