Skip to content

Commit

Permalink
Fix installing with version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mosa11aei committed Jul 22, 2024
1 parent b8c3f3b commit 7edcf8b
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 7edcf8b

Please sign in to comment.