From b542d42698f9c16c008b5769f745f437c26c8ac5 Mon Sep 17 00:00:00 2001 From: nishagbkar Date: Thu, 8 Aug 2019 23:17:41 +0530 Subject: [PATCH] Updates the build file in DIB Change-Id: Idfadb01149f6c75bb3dcbec0672cd3aa97693730 Task: 36181 Story: 2005114 --- dib/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dib/build.sh b/dib/build.sh index f76fcb1..366374b 100755 --- a/dib/build.sh +++ b/dib/build.sh @@ -7,4 +7,4 @@ export ELEMENTS_PATH=${ELEMENTS_PATH:-`.`} #The command to build image using disk-image-builder. #Run the command to build the image giving the argument(OS name) #For example: ./build.sh ubuntu -disk-image-create -o ironic-python-agent.qcow ironic-python-agent-ramdisk $@ +disk-image-create -o ironic-python-agent ironic-python-agent-ramdisk $@