From 1232f2a5a3e1d7cdf345375c275126bb1bd60555 Mon Sep 17 00:00:00 2001 From: vdelacruzb Date: Mon, 27 Jan 2025 17:52:03 +0100 Subject: [PATCH] update makefile --- clouds/snowflake/common/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clouds/snowflake/common/Makefile b/clouds/snowflake/common/Makefile index 3021af7a9..4956908be 100644 --- a/clouds/snowflake/common/Makefile +++ b/clouds/snowflake/common/Makefile @@ -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: .) +ifndef SF_ACCOUNT + $(error SF_ACCOUNT is undefined) endif venv3: