fix: double quote
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m4s

This commit is contained in:
a 2025-03-10 09:44:55 +00:00
parent ee0441a40d
commit f96c594a8c

View File

@ -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;
```