From 842260f231ba7ad7de8834271fd98a1612ab169a Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 18 Jul 2016 14:23:24 -0700 Subject: [PATCH] oem/ami: fix call to update_json.sh Minor mistake in 8f0bd3148 :( --- oem/ami/prod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oem/ami/prod.sh b/oem/ami/prod.sh index e7dddec51a..a872391f50 100755 --- a/oem/ami/prod.sh +++ b/oem/ami/prod.sh @@ -20,4 +20,4 @@ $DIR/copy_ami.sh -l 477645798544 ${args} source $DIR/ami-builder-us-gov-auth.sh $DIR/import.sh ${args} -update_json.sh ${args} +$DIR/update_json.sh ${args}