Commit 404d7798 authored by Rolf Schröder's avatar Rolf Schröder
Browse files

geoserver: fix invocation of update script

parent 07c22ccf
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; {