crossplane: fix passthru.tests.version
This commit is contained in:
@@ -33,7 +33,7 @@ buildGoModule rec {
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = crossplane-cli;
|
||||
command = "crossplane --version";
|
||||
command = "crossplane version || true";
|
||||
version = "v${version}";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user