Skip to content

Commit d802758

Browse files
authored
Merge pull request #30339 from codyhoag/aws-custom-ami
GH#30325 Update disk-container file path param for custom RHCOS AMI imports
2 parents 3aa7123 + 4a3c164 commit d802758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation-aws-upload-custom-rhcos-ami.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ EOF
7878
----
7979
$ aws ec2 import-snapshot --region ${AWS_DEFAULT_REGION} \
8080
--description "<description>" \ <1>
81-
--disk-container <file_path>/containers.json <2>
81+
--disk-container "file://<file_path>/containers.json" <2>
8282
----
8383
<1> The description of your {op-system} disk being imported, like
8484
`rhcos-${RHCOS_VERSION}-x86_64-aws.x86_64`.

0 commit comments

Comments
 (0)