Fix linting errors
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ea4eba04ff
commit
1afc729663
7 changed files with 12 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
declare LIB_DIR="$(dirname "${BASH_SOURCE[0]}")"
|
||||
declare LIB_DIR
|
||||
LIB_DIR="$(dirname "${BASH_SOURCE[0]}")"
|
||||
|
||||
source "${LIB_DIR}/output.sh"
|
Loading…
Add table
Add a link
Reference in a new issue