Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Sep 13, 2023
1 parent baca6cc commit e26d9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ adapter=$2

"${SCRIPT_DIR}"/generate_requirements.sh "${version}" "${adapter}"

if [ -z ${adapter} ]; then
if [ -z "${adapter}" ]; then
requirements_file="requirements.txt"
image_name="dbt-full"
else
Expand Down

0 comments on commit e26d9c0

Please sign in to comment.