Skip to content

Commit

Permalink
lazysql: fix version test
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Jan 25, 2025
1 parent 40813eb commit 1ba64a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/la/lazysql/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildGoModule rec {

passthru.tests.version = testers.testVersion {
package = lazysql;
command = "lazysql version";
command = "lazysql --version";
};

meta = with lib; {
Expand Down

0 comments on commit 1ba64a5

Please sign in to comment.