Skip to content

Commit

Permalink
fix: ignore 1901 shellcheck code error
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Aug 1, 2024
1 parent 4224c6f commit 2d64bbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runner.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash

# sync env file
if [ ! -f .env ]; then
Expand All @@ -10,6 +10,7 @@ if [ ! -f .env ]; then
fi

set -a
# shellcheck disable=SC1091
source .env
set +a
set -ue
Expand Down

0 comments on commit 2d64bbc

Please sign in to comment.