diff options
Diffstat (limited to 'customized/fetch.sh')
-rw-r--r-- | customized/fetch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/customized/fetch.sh b/customized/fetch.sh index 30d9c9fd..a470b942 100644 --- a/customized/fetch.sh +++ b/customized/fetch.sh | |||
@@ -37,7 +37,7 @@ if grep -q 'Location: https://' headers; then | |||
37 | set +x | 37 | set +x |
38 | else | 38 | else |
39 | set +x | 39 | set +x |
40 | echo 'Login failed' | 40 | echo "Login failed (username: ‘$username’)" |
41 | echo 'Please set username and password with config.nix,' | 41 | echo 'Please set username and password with config.nix,' |
42 | echo 'or /etc/nix/nixpkgs-config.nix if on NixOS.' | 42 | echo 'or /etc/nix/nixpkgs-config.nix if on NixOS.' |
43 | echo | 43 | echo |