Add 'shellcheck shell=bash' as the default
See https://github.com/koalaman/shellcheck/wiki/Directive#shell Signed-off-by: Ross Smith II <ross@smithii.com>
This commit is contained in:
parent
a5b1067e02
commit
fecbb315df
1 changed files with 1 additions and 0 deletions
1
yadm
1
yadm
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# shellcheck shell=bash
|
||||||
# yadm - Yet Another Dotfiles Manager
|
# yadm - Yet Another Dotfiles Manager
|
||||||
# Copyright (C) 2015-2021 Tim Byrne
|
# Copyright (C) 2015-2021 Tim Byrne
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue