git-town: fix tests

This commit is contained in:
Weijia Wang 2024-03-30 18:27:33 +01:00
parent 68c2b061fe
commit 61a3bf980c

View File

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