From 058ec366d64a5ad4c1360461e8e55af026ec06c1 Mon Sep 17 00:00:00 2001 From: William Petit Date: Fri, 20 Sep 2019 17:06:34 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20r=C3=A9cup=C3=A9ration=20des=20opt?= =?UTF-8?q?ions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/rocket-send | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/rocket-send b/bin/rocket-send index 87cc383..826ff99 100755 --- a/bin/rocket-send +++ b/bin/rocket-send @@ -98,10 +98,10 @@ function post_message { function main { get_config - get_options $@ + get_options "$@" login "$RC_LOGIN" "$RC_PASSWORD" post_message "$RC_CHANNEL" "$RC_MESSAGE" "$RC_EMOJI" "$RC_ALIAS" } -main $@ \ No newline at end of file +main "$@" \ No newline at end of file