Unverified Commit 3852c7ab authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

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

geoserver: fix invocation of update script
parents cfbcb7cc 404d7798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: rec {
          '';
        });
      tests.geoserver = nixosTests.geoserver;
      passthru.updateScript = ./update.sh;
      updateScript = ./update.sh;
    };

  meta = with lib; {