Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelacruzb committed Jan 27, 2025
1 parent 2da5ee5 commit 1232f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clouds/snowflake/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ endif
ifndef SF_PASSWORD
$(error SF_PASSWORD is undefined)
endif
ifeq ($(shell echo "$(SF_ACCOUNT)" | grep -E "^([^.]+)\.([^.]+)$$"),)
$(error SF_ACCOUNT is not valid. Must be: <account>.<region>)
ifndef SF_ACCOUNT
$(error SF_ACCOUNT is undefined)
endif

venv3:
Expand Down

0 comments on commit 1232f2a

Please sign in to comment.