Skip to content

Commit 26ad099

Browse files
committed
fix lint issues
1 parent d524865 commit 26ad099

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/acsmtoepub

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
set -e
44

5-
# shellcheck source=../bash/functions/computer_type_functions.sh
5+
# shellcheck source=./bash/functions/computer_type_functions.sh
66
source "$DOTFILES/bash/functions/computer_type_functions.sh"
7-
# shellcheck source=../bash/functions/flatpak_functions.sh
7+
# shellcheck source=./bash/functions/flatpak_functions.sh
88
source "$DOTFILES/bash/functions/flatpak_functions.sh"
99

1010
outputDir=out
@@ -19,7 +19,7 @@ for f in *.acsm; do
1919
echo "Downloading file for $f"
2020
acsmdownloader "$f"
2121

22-
epub_name=$(ls *.epub)
22+
epub_name=$(ls ./*.epub)
2323
echo "Working on $epub_name"
2424
mv "$epub_name" "$oldDir/$epub_name"
2525

0 commit comments

Comments
 (0)