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 | 94a5e585427c1d5304ca6b507b0e8849d645ef10 (patch) | |
tree | 8af2edfcc23e7ff6c0008e62d11c1964a077aeb6 /tv | |
parent | 4359e9a7156c52aadb4fcc57805c4b38a9d41d14 (diff) |
tv elm-package-proxy: don't append garbage on OK
Diffstat (limited to 'tv')
-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 b8bbcff..5c2900e 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 - ''})''; + ''}''; }; } |