Skip to content

Commit

Permalink
Update manifest.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
estheruary authored Mar 20, 2024
1 parent a8f8902 commit 47b6507
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 47b6507

Please sign in to comment.