diff --git a/ml-models/anomaly-detection/5-push-model.ipynb b/ml-models/anomaly-detection/5-push-model.ipynb index 8fcd2cb..6176f3e 100644 --- a/ml-models/anomaly-detection/5-push-model.ipynb +++ b/ml-models/anomaly-detection/5-push-model.ipynb @@ -103,7 +103,7 @@ }, "outputs": [], "source": [ - "print(f'Checking out repo at {ops_repo_url} with user {git_user}')\n", + "print(f'Checking out repo at {ops_repo_location} with user {git_user}')\n", "ops_repository_local = '/opt/app-root/src/industrial-edge'\n", "try:\n", " repository = git.Repo.clone_from(ops_repo_url, ops_repository_local)\n",