Skip to content

Commit c4af070

Browse files
committed
Fix jq path
Signed-off-by: Luca Carrogu <[email protected]>
1 parent dfab7a3 commit c4af070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/aws-parallelcluster.cfn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3421,7 +3421,7 @@
34213421
"command": "touch /etc/chef/ohai/hints/ec2.json"
34223422
},
34233423
"jq": {
3424-
"command": "/usr/local/bin/jq --argfile f1 /tmp/dna.json --argfile f2 /tmp/extra.json -n '$f1 + $f2 | .cfncluster = $f1.cfncluster + $f2.cfncluster' > /etc/chef/dna.json || ( echo \"jq not installed\"; cp /tmp/dna.json /etc/chef/dna.json )"
3424+
"command": "jq --argfile f1 /tmp/dna.json --argfile f2 /tmp/extra.json -n '$f1 + $f2 | .cfncluster = $f1.cfncluster + $f2.cfncluster' > /etc/chef/dna.json || ( echo \"jq not installed\"; cp /tmp/dna.json /etc/chef/dna.json )"
34253425
}
34263426
}
34273427
},

0 commit comments

Comments
 (0)