From f96c594a8cf6095ab5614e4e8ca480097b18f042 Mon Sep 17 00:00:00 2001 From: a <> Date: Mon, 10 Mar 2025 09:44:55 +0000 Subject: [PATCH] fix: double quote --- docs/dci-deploysas9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dci-deploysas9.md b/docs/dci-deploysas9.md index 5b59667..94cbedd 100644 --- a/docs/dci-deploysas9.md +++ b/docs/dci-deploysas9.md @@ -22,7 +22,7 @@ The Stored Processes are deployed using a SAS Program. This should be executed ```sas %let appLoc=/Shared Data/apps/DataController; /* CHANGE THIS!! */ -filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/sas9.sas; +filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/sas9.sas"; %inc dc; ```