diff options
author | Cem Aksoylar <caksoylar@users.noreply.github.com> | 2021-09-03 20:11:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 23:11:05 -0400 |
commit | 2a9ab828b53b70539621ccb4ec4fa0cd47afc959 (patch) | |
tree | 7528830f92ff78ef87bcc2d765c2d79b813383bf /docs | |
parent | e491c282e74559d10818394feae3d64c7a559acf (diff) |
fix: Add semicolons for tidbit and eek in setup script
Diffstat (limited to 'docs')
-rw-r--r-- | docs/static/setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/static/setup.sh b/docs/static/setup.sh index 6b40d24..c089a5f 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -118,8 +118,8 @@ select opt in "${options[@]}" "Quit"; do 15 ) shield_title="Jorne" shield="jorne"; split="y"; break;; 16 ) shield_title="Jian" shield="jian"; split="y"; break;; 17 ) shield_title="CRBN" shield="crbn"; split="n"; break;; - 18 ) shield_title="Tidbit" shield="tidbit"; split="n" break;; - 19 ) shield_title="Eek!" shield="eek"; split="n" break;; + 18 ) shield_title="Tidbit" shield="tidbit"; split="n"; break;; + 19 ) shield_title="Eek!" shield="eek"; split="n"; break;; 20 ) shield_title="BFO-9000" shield="bfo9000"; split="y"; break;; 21 ) shield_title="Helix" shield="helix"; split="y"; break;; |