Merge pull request #315582 from rolfschr/geoserver-fix-update-script

geoserver: fix invocation of update script
This commit is contained in:
Ivan Mincik 2024-05-29 11:59:34 +00:00 committed by GitHub
commit 3852c7ab26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: rec {
'';
});
tests.geoserver = nixosTests.geoserver;
passthru.updateScript = ./update.sh;
updateScript = ./update.sh;
};
meta = with lib; {