Skip to content

Commit 09e91e6

Browse files
authoredMay 18, 2020
Remove extra space from PolicyDocument
The extra space make running this command fail.
1 parent 60f8ab2 commit 09e91e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ commands below:
4848
aws iam create-role \
4949
--role-name jenkins-default \
5050
--assume-role-policy-document \
51-
'{"Version":"2012-10-17 ","Statement":[{"Effect": "Allow","Principal":{"Service":"codebuild.amazonaws.com"},"Action":"sts:AssumeRole"}]}'
51+
'{"Version":"2012-10-17","Statement":[{"Effect": "Allow","Principal":{"Service":"codebuild.amazonaws.com"},"Action":"sts:AssumeRole"}]}'
5252

5353
# Create the project named "jenkins-cluster" using our service role
5454
aws codebuild create-project \

0 commit comments

Comments
 (0)
Please sign in to comment.