Skip to content

Commit

Permalink
Fix lock file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Oct 20, 2023
1 parent 047c8c6 commit 36821b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haxelib/client/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ class Main {
versionData = Haxelib(SemVer.ofString(version));
}
final versionStr = VersionDataHelper.toString(versionData);
Cli.print('--lib ${library.name}:$versionStr');
Cli.print('-lib ${library.name}:$versionStr');
}
}

Expand Down

0 comments on commit 36821b4

Please sign in to comment.