Skip to content

Commit 1857670

Browse files
Fix docs in the section where passphrase variable is not being used correctly (#41)
1 parent 76c3728 commit 1857670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/gs/install-cluster-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before installing Cluster API Provider for OCI (CAPOCI), you must first set up y
3939
export OCI_REGION_B64="$(echo -n "$OCI_REGION" | base64 | tr -d '\n')"
4040
export OCI_CREDENTIALS_KEY_B64=$(base64 < <path-to-api-private-key-file> | tr -d '\n')
4141
# if Passphrase is present
42-
export OCI_CREDENTIALS_PASSPHRASE_B64="$(echo -n "OCI_CREDENTIALS_PASSPHRASE" | base64 | tr -d '\n')"
42+
export OCI_CREDENTIALS_PASSPHRASE_B64="$(echo -n "$OCI_CREDENTIALS_PASSPHRASE" | base64 | tr -d '\n')"
4343
```
4444

4545
## Initialize management cluster

0 commit comments

Comments
 (0)