Skip to content

Commit 22855bf

Browse files
authored
Fix variable name
1 parent 3ddd5c7 commit 22855bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/storage-how-to-use-files-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ You can mount the same Azure file share to multiple mount points if desired.
113113
--resource-group $resourceGroupName \
114114
--name $storageAccountName \
115115
--query "primaryEndpoints.file" | tr -d '"')
116-
smbPath=$(echo $httpEndpoint | cut -c7-$(expr length $httpEndpoint))$fileShare
116+
smbPath=$(echo $httpEndpoint | cut -c7-$(expr length $httpEndpoint))$fileShareName
117117
118118
storageAccountKey=$(az storage account keys list \
119119
--resource-group $resourceGroupName \

0 commit comments

Comments
 (0)