diff options
author | tv <tv@krebsco.de> | 2020-11-27 12:04:51 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-11-27 12:04:51 +0100 |
commit | dc23115abef2b02d7566cc2303abcb15c15dbcfb (patch) | |
tree | ee0fae2f6926e54c704b91d3fa893399e8e8a65a /tv/2configs/elm-packages-proxy.nix | |
parent | f654a4ce8643d64706c56461ac3c389df71dc541 (diff) |
tv elm-package-proxy: log qualified package names
Diffstat (limited to 'tv/2configs/elm-packages-proxy.nix')
-rw-r--r-- | tv/2configs/elm-packages-proxy.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/elm-packages-proxy.nix b/tv/2configs/elm-packages-proxy.nix index 4a0491b05..67be0478b 100644 --- a/tv/2configs/elm-packages-proxy.nix +++ b/tv/2configs/elm-packages-proxy.nix @@ -162,7 +162,7 @@ in { "package already exists: $author/$pname@$version" \ text/plain else - echo "user $user is uploading package $pname@$version" >&2 + echo "user $user is uploading package $author/$pname@$version" >&2 mkdir -p "$(dirname "$zipball")" head -c $req_content_length > "$zipball" string_response 200 OK \ |