Skip to content

Commit 1816ea6

Browse files
committed
fix: wrong version to compare
1 parent 3e133cf commit 1816ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/builder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ target=.#nix-cli-static
2121

2222
check_semver "${TOOL_VERSION}"
2323

24-
if dpkg --compare-versions "${TOOL_VERSION}" lt "1.26.0"; then
24+
if dpkg --compare-versions "${TOOL_VERSION}" lt "2.26.0"; then
2525
target=.#nix-static
2626
fi
2727

0 commit comments

Comments
 (0)