fix: Prevent recipient and identity parsing errors from being indistinguishable

This commit is contained in:
Felix Pojtinger
2021-12-08 22:01:30 +01:00
parent 103e9d1099
commit 7b9b528e4f
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ var keygenCmd = &cobra.Command{
return err
}
pubkey, privkey, err := utility.Keygen(
privkey, pubkey, err := utility.Keygen(
config.PipeConfig{
Compression: viper.GetString(compressionFlag),
Encryption: viper.GetString(encryptionFlag),