Skip to content

Commit bd3f1b4

Browse files
Merge pull request #190 from microsoft/fdp-changes
fix: Number of params updated
2 parents 02263b1 + 0ef417d commit bd3f1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/docker-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo $5
1010
echo $6
1111

1212
# Check if the required arguments are provided
13-
if [ "$#" -ne 5 ]; then
13+
if [ "$#" -ne 6 ]; then
1414
echo "Usage: docker-build.sh <AZURE_SUBSCRIPTION_ID> <ENV_NAME> <AZURE_LOCATION> <AZURE_RESOURCE_GROUP> <USE_LOCAL_BUILD> <AZURE_ENV_IMAGETAG>"
1515
exit 1
1616
fi

0 commit comments

Comments
 (0)