diff options
author | tv <tv@krebsco.de> | 2020-11-27 10:55:38 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-11-27 11:02:59 +0100 |
commit | a054df1437fda82f5a8f85962cfea2b7a053cf74 (patch) | |
tree | cacb38664d0e6b394db8d1278bf70ee76615f5d8 | |
parent | 4d31a33a7241ca3aee36c8ae45f5b3992bc2555c (diff) |
tv elm-package-proxy: don't append garbage on OK
-rw-r--r-- | tv/2configs/elm-packages-proxy.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/elm-packages-proxy.nix b/tv/2configs/elm-packages-proxy.nix index b8bbcff4b..5c2900e1c 100644 --- a/tv/2configs/elm-packages-proxy.nix +++ b/tv/2configs/elm-packages-proxy.nix @@ -68,7 +68,7 @@ in { krebs.htgen.elm-packages-proxy = { port = cfg.port; - script = /* sh */ ''(. ${pkgs.writeDash "elm-packages-proxy.sh" '' + script = /* sh */ ''. ${pkgs.writeDash "elm-packages-proxy.sh" '' PATH=${lib.makeBinPath [ pkgs.coreutils pkgs.curl @@ -228,6 +228,6 @@ in { exit ;; esac - ''})''; + ''}''; }; } |