diff options
author | Case Duckworth | 2020-05-31 08:50:27 -0500 |
---|---|---|
committer | Case Duckworth | 2020-05-31 08:50:27 -0500 |
commit | 635f035a3b1c6a913fc4f8c30a91ca56c4a107d7 (patch) | |
tree | d8142232b3ff9f7af7b87805c5cb8622b4db5840 | |
parent | Log, don't echo (diff) | |
download | bollux-635f035a3b1c6a913fc4f8c30a91ca56c4a107d7.tar.gz bollux-635f035a3b1c6a913fc4f8c30a91ca56c4a107d7.zip |
Change config and args order
-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 |