about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xbollux2
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
65bollux() { 65bollux() {
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