Skip to content

Commit

Permalink
fix: fix update function
Browse files Browse the repository at this point in the history
  • Loading branch information
pradishb committed Jun 5, 2024
1 parent 3410e3f commit fe84344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "yappr"
version = "1.0.7"
version = "1.0.8"
dependencies = []
requires-python = ">=3"
authors = [{ name = "Pradish Bijukchhe", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion yappr/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_version(self) -> str:
def update(self):
logger.info("Collecting new packages...")
run(
["pip", "install", "--upgrade", "project-l"],
["pip", "install", "--upgrade", self.package_name],
text=True,
stdout=PIPE,
stderr=PIPE,
Expand Down

0 comments on commit fe84344

Please sign in to comment.