Skip to content

Commit

Permalink
Merge pull request #12977 from hashicorp/backport/patch-1/steadily-pu…
Browse files Browse the repository at this point in the history
…mped-lark

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-packer authored May 15, 2024
2 parents 1082911 + 1850e09 commit 50f85dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/post-processors/manifest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ build.

#!/bin/bash

AMI_ID=$(jq -r '.builds[-1].artifact_id' manifest.json | cut -d ":" -f2)
AMI_ID=$(jq -r '.builds[-1].artifact_id | split(":") | .[1]' manifest.json)
echo $AMI_ID

```

0 comments on commit 50f85dd

Please sign in to comment.