Skip to content

Commit 7bc1190

Browse files
committed
Address Comments
1 parent fd95c77 commit 7bc1190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/virtual-hard-disk/02-VirtualHardDisks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ printf "\n2. Creating a new storage account"
99
result=`azure storage account new --resourcegroupname "$groupName" --name "$groupName" --location "$location" --type "$storageAccountType"`
1010

1111
printf "\n3. Uploading a virtual hard disk"
12-
result=`azure vhd add -o --resourcegroupname "$groupName" --destination https://"$groupName".blob.core.windows.net/test/test.vhd --localfilepath $(dirname $0)/test.vhd`
12+
result=`azure vhd add -o --resourcegroupname "$groupName" --destination https://"$groupName".blob.core.windows.net/test/test.vhd --localfilepath $BASEDIR/virtual-hard-disk/test.vhd`
1313

1414
printf "\n4. Downloading a virtual hard disk"
1515

0 commit comments

Comments
 (0)