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