Skip to content

Commit e5036a0

Browse files
Fix small typo
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 7ba7c0a commit e5036a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
rm -rf /tmp/aws
4-
cp -R /root/.aws /tmp/.aws
4+
cp -R ~/.aws /tmp/.aws
55

66
dev_arn="$(cat ./product-contractors-role.dev.secret)"
77
data="$(aws sts assume-role --role-arn ${dev_arn} --profile lfproduct --role-session-name lfproduct-dev-session)"

0 commit comments

Comments
 (0)