Skip to content

Commit

Permalink
Update allsky-config.sh: SC2086 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 18, 2024
1 parent 6308d0f commit d9ea172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utilities/allsky-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function prompt()
exit 2
else
echo "${OPT}"
return ${RET}
return "${RET}"
fi
}

Expand Down

0 comments on commit d9ea172

Please sign in to comment.