geoserver: fix invocation of update script
This commit is contained in:
parent
07c22ccf81
commit
404d7798af
@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: rec {
|
||||
'';
|
||||
});
|
||||
tests.geoserver = nixosTests.geoserver;
|
||||
passthru.updateScript = ./update.sh;
|
||||
updateScript = ./update.sh;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user