From cda1a1bf61cb3da80f316343f72563fdb0af9dfa Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 14 Oct 2015 21:03:46 +0200 Subject: [PATCH] nb_auth --- etc/profile.d/nb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/nb.sh b/etc/profile.d/nb.sh index fb7b4fc0..3067eeb6 100644 --- a/etc/profile.d/nb.sh +++ b/etc/profile.d/nb.sh @@ -1,5 +1,5 @@ nb_auth() { - curl -u nico http://nico.nbdom.net/private/auth/ + curl -ku nico https://nico.nbdom.net/private/auth/ } nb_mails() { -- 2.47.3