Skip to content

Commit ef8ee16

Browse files
Update bito-cra.sh
review comment fix
1 parent b5a6356 commit ef8ee16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cra-scripts/bito-cra.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ encrypt_git_secret() {
591591
local plaintext=$2
592592

593593
# Convert key to hex
594-
local key=$(openssl rand -base64 32)
595594
local hex_key=$(echo -n "$key" | xxd -p -c 256)
596595

597596
# Generate IV (Initialization Vector)

0 commit comments

Comments
 (0)