Skip to content

Commit

Permalink
fix: script flags
Browse files Browse the repository at this point in the history
anibalsolon committed Jan 18, 2024
1 parent f357b03 commit 86d32b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.sh
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
set -ex

BRAINLIFE_AUTHENTICATION=true
while getopts "d:" flag; do
while getopts "d" flag; do
case $flag in
d)
BRAINLIFE_AUTHENTICATION=false

0 comments on commit 86d32b3

Please sign in to comment.