Skip to content

Commit

Permalink
fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Dec 7, 2023
1 parent fceed2e commit 182b370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .setup/options/develop/web/vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COMMAND_NAME="code"
if ! command -v $COMMAND_NAME &>/dev/null; then
echo "$COMMAND_NAME could not be found. Setting up $COMMAND_NAME."

# shellcheck disable=SC1091
if [ -f "/etc/os-release" ]; then
. /etc/os-release
OS=$NAME
Expand Down

0 comments on commit 182b370

Please sign in to comment.