From d57963c93042c7d98ce2521f09b8910121564e42 Mon Sep 17 00:00:00 2001 From: drethereum Date: Wed, 3 Jan 2024 09:01:58 -0700 Subject: [PATCH] space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e8840a..ff206a4 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The `fsc_utils` dbt package is a centralized repository consisting of various db 1. Navigate to the `create_udfs.sql` macro in your respective repo where you want to install the package. 2. Add the following: ``` -{% set name %} +{% set name %} {{- fsc_utils.create_udfs() -}} {% endset %} {% do run_query(sql) %}