Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Dec 10, 2024
1 parent 1f83ace commit 5110a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nimblepkg/nimblesat.nim
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ proc getPackageMinimalVersionsFromRepo*(repoDir: string, name: string, version:
if version.isSpecial:
var specialVersion = substr($version, 1)
if specialVersion == "head":
specialVersion = "HEAD^"
specialVersion = "HEAD"
doCheckout(downloadMethod, repoDir, specialVersion)
else:
for (ver, tag) in tags.pairs:
Expand Down

0 comments on commit 5110a22

Please sign in to comment.