git-town: fix passthru tests

This commit is contained in:
Weijia Wang 2023-12-04 01:31:28 +01:00
parent f56b520024
commit 2cd2b63f83

View file

@ -55,7 +55,7 @@ buildGoModule rec {
passthru.tests.version = testers.testVersion {
package = git-town;
command = "git-town version";
command = "git-town --version";
version = "v${version}";
};