Skip to content

Commit

Permalink
user id required for encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia Thet committed Apr 17, 2024
1 parent a54645a commit 07c9c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/turnkey/pkg/encrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var encryptCmd = &cobra.Command{
}

// encrypt plaintext
clientSendMsg, err := encryptClient.Encrypt(plaintextBytes, []byte(importBundle), Organization, &user)
clientSendMsg, err := encryptClient.Encrypt(plaintextBytes, []byte(importBundle), Organization, user)
if err != nil {
OutputError(err)
}
Expand Down

0 comments on commit 07c9c04

Please sign in to comment.