diff options
author | Joe <rbo@gmx.us> | 2024-04-09 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-09 20:20:20 +0200 |
commit | 7b6a12ee62afca66f4f58f8789a9388d56944897 (patch) | |
tree | 1471c7c64776486dd6046225cf8de026a53c0061 /src/c_exec.go | |
parent | much better roadmap (diff) | |
download | hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.tar.gz hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.tar.bz2 hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.tar.xz hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.tar.zst hardflip-7b6a12ee62afca66f4f58f8789a9388d56944897.zip |
going good
Diffstat (limited to '')
-rw-r--r-- | src/c_exec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_exec.go b/src/c_exec.go index 8c7adfd..b5b6cf6 100644 --- a/src/c_exec.go +++ b/src/c_exec.go @@ -204,7 +204,7 @@ func c_format_cmd(host *HostNode, opts HardOpts, var err error pass, err = c_decrypt_str(host.Pass) if err != nil { - c_error_mode(host.Parent.path() + host.Filename + + c_error_mode(host.parent.path() + host.filename + ": password decryption failed", err, ui) return nil, nil } |