Skip to content

Commit

Permalink
[Fix] typo
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome committed May 24, 2024
1 parent cc4a4b3 commit a043723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/prepare_dbt_manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

# Check if the dbt's target path is existed
if [ -d "${DIR}/../recce_state.json" ]; then
if [ -f "${DIR}/../recce_state.json" ]; then
echo "The Recce state file is found. Skip preparing the dbt manifest."
exit 0
fi
Expand Down

0 comments on commit a043723

Please sign in to comment.