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