fix: double quote
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m4s
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m4s
This commit is contained in:
parent
ee0441a40d
commit
f96c594a8c
@ -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;
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user