Skip to content

Commit

Permalink
comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanvita-springml committed Jul 4, 2024
1 parent 09c5007 commit efcaa15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@
"custom_job_to_delete = aiplatform.CustomJob.list(filter=f\"display_name={custom_job}\")[0]\n",
"custom_job_to_delete.delete()\n",
"\n",
"# Delete locally generated files and folders\n",
"# delete locally generated files and folders\n",
"! rm -rf {PYTHON_PACKAGE_APPLICATION_DIR} Dockerfile\n",
"\n",
"# delete cloud storage bucket\n",
Expand Down

0 comments on commit efcaa15

Please sign in to comment.