mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-06-18 08:46:51 +00:00
apcssh: minor log and logic clarity
This commit is contained in:
parent
f1dd079632
commit
841a459dca
4 changed files with 7 additions and 11 deletions
pkg/app
|
@ -71,7 +71,7 @@ func (app *app) cmdInstall(cmdCtx context.Context, args []string) error {
|
|||
// install SSL Cert
|
||||
err = client.InstallSSLCert(keyP15, certPem, keyCertP15)
|
||||
if err != nil {
|
||||
return fmt.Errorf("install: failed to send file to ups over scp (%w)", err)
|
||||
return fmt.Errorf("install: %w", err)
|
||||
}
|
||||
|
||||
// installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue