Skip to content

Commit

Permalink
Use kibana --alt mode by default with setmeup
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Beltran committed Jan 31, 2022
1 parent 2689bf4 commit 1438400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/setmeup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def start_kibana(kibana_pane):

kibana_pane.send_keys("cd %s" % current_dir)
kibana_pane.send_keys("nvm use")
kibana_pane.send_keys("%s kibana --wait" % kibbe_command)
kibana_pane.send_keys("%s kibana --wait --alt" % kibbe_command)


def start_es(es_pane, flush=False):
Expand Down

0 comments on commit 1438400

Please sign in to comment.