Skip to content

Commit 3bd21aa

Browse files
author
Larry Franks
committed
fixing clone
1 parent cc56f89 commit 3bd21aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/machine-learning/how-to-manage-environments-v2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ In this article, learn how to create and manage Azure ML environments using the
3939

4040
To run the training examples, first clone the examples repository. For the CLI examples, change into the `cli` directory. For the SDK examples, change into the `SDK` directory:
4141

42-
:::code language="azurecli" source="~/azureml-examples-main/cli/misc.sh" id="git_clone":::
42+
```azurecli
43+
git clone --depth 1 https://github.com/Azure/azureml-examples
44+
```
4345

4446
Note that `--depth 1` clones only the latest commit to the repository, which reduces time to complete the operation.
4547

0 commit comments

Comments
 (0)