diff options
-rwxr-xr-x | bollux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 177504e..ce80322 100755 --- a/bollux +++ b/bollux | |||
@@ -63,8 +63,8 @@ log() { | |||
63 | 63 | ||
64 | # main entry point | 64 | # main entry point |
65 | bollux() { | 65 | bollux() { |
66 | run bollux_args "$@" | ||
67 | run bollux_config | 66 | run bollux_config |
67 | run bollux_args "$@" | ||
68 | 68 | ||
69 | if [[ ! "${BOLLUX_URL:+isset}" ]]; then | 69 | if [[ ! "${BOLLUX_URL:+isset}" ]]; then |
70 | run prompt GO BOLLUX_URL | 70 | run prompt GO BOLLUX_URL |