Skip to content

Commit d17125b

Browse files
committed
chore(tests): update shellcheck to 0.4.1
1 parent 614f456 commit d17125b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/boot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ etcd_safe_mkdir /deis/services
6565
echo "controller: running etcd data migrations..."
6666
for script in /app/migrations/data/*.sh;
6767
do
68+
# shellcheck disable=SC1090
6869
. "$script";
6970
done
7071
echo "controller: done running etcd data migrations."

0 commit comments

Comments
 (0)