Skip to content

Commit

Permalink
hotfix: disable encryption by default
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Mar 4, 2024
1 parent 82f08cd commit a35af54
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/flag/encryption.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ func SetDecryptionFlags(command *cobra.Command) {

func GetEncryptionFlagValues() *EncryptionFlagValues {
encryptionFlagValues.Mode = commons.GetEncryptionMode(encryptionFlagValues.modeInput)
if encryptionFlagValues.Mode == commons.EncryptionModeWinSCP {
encryptionFlagValues.EncryptFilename = true
}

if encryptionFlagValues.EncryptFilename {
encryptionFlagValues.Encryption = true
}
Expand Down

0 comments on commit a35af54

Please sign in to comment.