Skip to content

Commit 4cef28c

Browse files
authored
Fixed cd CLI
1 parent bd57b0d commit 4cef28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-debug-managed-online-endpoints-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The examples in this article can be found in the [Debug online endpoints locally
101101
```azurecli
102102
git clone https://github.com/Azure/azureml-examples --depth 1
103103
cd azureml-examples
104-
cd cli
104+
cd sdk/endpoints/online/managed
105105
```
106106

107107
Import the required modules:

0 commit comments

Comments
 (0)