Skip to content

Commit 9eba8a7

Browse files
authored
chore: change aws profile name
1 parent 9070214 commit 9eba8a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LOCAL_AWS_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Add to `~/.zshrc` or `~/.bashrc`:
122122

123123
```bash
124124
opencode-work() {
125-
local profile="AdministratorAccess"
125+
local profile="ClaudeCodeAccess"
126126
echo "Logging in to AWS SSO ($profile)..."
127127
aws sso login --profile "$profile" || return 1
128128
eval "$(aws configure export-credentials --profile "$profile" --format env)"

0 commit comments

Comments
 (0)