From a34ef9dd3229c71e58dcfaf8c50c0f515278ad28 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 2 Jan 2018 02:12:29 +0000 Subject: [PATCH] etc/profile.d/nb.sh --- 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 fb7aee79..a7a4816b 100644 --- a/etc/profile.d/nb.sh +++ b/etc/profile.d/nb.sh @@ -76,7 +76,7 @@ nb_perl() { nb_api() { local uri="$1"; shift - curl -su "$NB_AUTH" "https://api.nbdom.net$uri" $@ + curl -su "$NB_AUTH" "https://api.nbdom.net$uri" "$@" } nb_api_post() { -- 2.47.3