Skip to content

Commit

Permalink
aligns debugger modal invocation style with others in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye committed Feb 1, 2023
1 parent d0358a3 commit 2c7c2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ vector_storage: modal_auth ## updates a Pinecone vector store to contain embeddi
modal run app.py::stub.sync_vector_db_to_doc_db

debugger: modal_auth ## starts a debugger in the terminal running on Modal's infra
modal run app::stub.debug
modal run app.py::stub.debug

modal_auth: environment ## confirms authentication with Modal, using secrets from `.env` file
@echo "###"
Expand Down

0 comments on commit 2c7c2ea

Please sign in to comment.