Skip to content

Commit

Permalink
Merge pull request #11 from mosa11aei/bug/install-with-version
Browse files Browse the repository at this point in the history
bug: Fix installing packages with version tag
  • Loading branch information
mosa11aei authored Jul 22, 2024
2 parents c00a3d1 + 7edcf8b commit 5a88bad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fppm/cli/commands/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,7 @@ def install_package(args, context):
[
"git",
"checkout",
f"tags/{packageVersion}",
"--branch",
package["info"]["branch"],
f"tags/{packageVersion}"
],
stderr=subprocess.PIPE,
stdout=subprocess.PIPE,
Expand Down

0 comments on commit 5a88bad

Please sign in to comment.