BibleGateway-to-Obsidian icon indicating copy to clipboard operation
BibleGateway-to-Obsidian copied to clipboard

Cleaned up the if then statements

Open fivestones opened this issue 2 years ago • 0 comments

Set all the if-then statements to use the bash [[ (test command) by surrounding them with [[ and ]] Removed all the -eq, replaced with ==

Fixes https://github.com/selfire1/BibleGateway-to-Obsidian/issues/23 and https://github.com/selfire1/BibleGateway-to-Obsidian/issues/21.

fivestones avatar Jul 15 '22 10:07 fivestones