Skip to content

Commit d4fc208

Browse files
committed
format
1 parent 0c03591 commit d4fc208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pretext/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def upgrade() -> None:
212212
else:
213213
log.info("Upgrading PreTeXt.")
214214
pretext_cmd = "pretext"
215-
#subprocess.run([sys.executable, "-m", "pip", "install", "--upgrade", pretext_cmd])
215+
subprocess.run([sys.executable, "-m", "pip", "install", "--upgrade", pretext_cmd])
216216
log.info(
217217
"Upgrade complete. Individual projects can be updated to align with the latest version of the CLI by running `pretext update` from their project folder."
218218
)

0 commit comments

Comments
 (0)