Skip to content

Commit 97809d4

Browse files
Merge pull request #43130 from Potapy4/patch-18
Fix variable name
2 parents 39e2d71 + 22855bf commit 97809d4

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)