Skip to content

Commit f18a7fd

Browse files
committed
zip command *.* -> .
1 parent 8b31e6a commit f18a7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-connect-msi-key-vault-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Clone the sample repository locally and deploy the sample application to App Ser
2525
# Clone and prepare sample application
2626
git clone https://github.com/Azure-Samples/app-service-language-detector.git
2727
cd app-service-language-detector/python
28-
zip -r default.zip *.*
28+
zip -r default.zip .
2929
3030
# Save app name as variable for convenience
3131
appName=<app-name>

0 commit comments

Comments
 (0)