Skip to content

Commit

Permalink
🚨 Correct a source for shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Apr 4, 2022
1 parent d0c432c commit 5cf20b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/oyster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -euo pipefail
# shellcheck disable=SC2155
readonly OYSTER_LIB_DIR="$(dirname "${BASH_SOURCE[0]}")"

# shellcheck source=./const.sh
source "$OYSTER_LIB_DIR/const.sh"

function oy::version() {
Expand Down

0 comments on commit 5cf20b2

Please sign in to comment.