Skip to content

Commit

Permalink
fix(scripts): removed demo as default
Browse files Browse the repository at this point in the history
  • Loading branch information
zacowan committed Nov 8, 2021
1 parent 9586a93 commit 8d25212
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions andy_api/run_aaron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Args
# The starting board to return, should be one of: "full" | "demo"
# "demo" by default
BOARD=${1:-demo}
# "full" by default
BOARD=${1:-full}

# Only change the values enclosed in the dashes
# ---------------------------------------------------------------------------- #
Expand Down
4 changes: 2 additions & 2 deletions andy_api/run_bricson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Args
# The starting board to return, should be one of: "full" | "demo"
# "demo" by default
BOARD=${1:-demo}
# "full" by default
BOARD=${1:-full}

# Only change the values enclosed in the dashes
# ---------------------------------------------------------------------------- #
Expand Down
4 changes: 2 additions & 2 deletions andy_api/run_nate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Args
# The starting board to return, should be one of: "full" | "demo"
# "demo" by default
BOARD=${1:-demo}
# "full" by default
BOARD=${1:-full}

# Only change the values enclosed in the dashes
# ---------------------------------------------------------------------------- #
Expand Down
4 changes: 2 additions & 2 deletions andy_api/run_zach.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Args
# The starting board to return, should be one of: "full" | "demo"
# "demo" by default
BOARD=${1:-demo}
# "full" by default
BOARD=${1:-full}

# Only change the values enclosed in the dashes
# ---------------------------------------------------------------------------- #
Expand Down

0 comments on commit 8d25212

Please sign in to comment.