From 7e433debb704ebdd4b0157dbcc20fc37a08866d4 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Fri, 13 Dec 2024 15:53:44 +0100 Subject: [PATCH] Update description.yml --- extensions/webmacro/description.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/webmacro/description.yml b/extensions/webmacro/description.yml index 304e5dc..24348f4 100644 --- a/extensions/webmacro/description.yml +++ b/extensions/webmacro/description.yml @@ -11,7 +11,7 @@ extension: repo: github: quackscience/duckdb-extension-webmacro - ref: 2430526cb83249452cb4f9ea749d058152ba59c5 + ref: ee5657962c2b776ebeaf8c6993fb04151c854c48 docs: hello_world: | @@ -19,7 +19,7 @@ docs: -- Load your remote macro onto your system using the gist url - D SELECT load_macro_from_url('https://gist.github.com/lmangani/518215a68e674ac662537d518799b893/raw/5f305480fdd7468f4ecda3686011bab8e8e711bf/bsky.sql') as res; + D SELECT load_macro_from_url('https://gist.githubusercontent.com/lmangani/518215a68e674ac662537d518799b893/raw/5f305480fdd7468f4ecda3686011bab8e8e711bf/bsky.sql') as res; ┌─────────────────────────────────────────┐ │ res │ │ varchar │