Skip to content

Commit

Permalink
Merge pull request #8 from mbaldessari/dontprint-gitpass
Browse files Browse the repository at this point in the history
Do not print secret material
  • Loading branch information
mbaldessari authored Nov 16, 2024
2 parents 981f489 + 8f40784 commit d63b570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml-models/anomaly-detection/5-push-model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d63b570

Please sign in to comment.