Skip to content

Commit

Permalink
Update docs/ai-ml/guide/network-security-mlops-content.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ckittel authored Jun 14, 2024
1 parent c8a6c71 commit cd6869e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ai-ml/guide/network-security-mlops-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ As shown in the preceding code block, the Terraform script calls *agent_init.sh*

# Creates directory and downloads Azure DevOps agent installation files
# Find more agent versions at https://github.com/microsoft/azure-pipelines-agent/releases
export AGENT_VERSION="3.240.1"
AGENT_VERSION="3.240.1"
sudo mkdir /myagent
cd /myagent
sudo wget https://vstsagentpackage.azureedge.net/agent/${AGENT_VERSION}/vsts-agent-linux-x64-${AGENT_VERSION}.tar.gz
Expand Down

0 comments on commit cd6869e

Please sign in to comment.