1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-21 07:21:31 +00:00

chore: fixing saspac build

This commit is contained in:
munja
2022-11-30 22:21:58 +01:00
parent 8e13943356
commit fe6c9a793b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -27,14 +27,14 @@ run;
%let dir = %sysfunc(pathname(work))/core;
%put source clone rc=%sysfunc(GITFN_CLONE(https://github.com/sasjs/core,&dir));
/*
clone the target repo.
If you have issues, see: https://stackoverflow.com/questions/74082874
*/
options dlcreatedir;
libname _ "&dirOut.";
%let dirOut = %sysfunc(pathname(work))/package;
libname _ "&dirOut.";
%put tgt clone rc=%sysfunc(GITFN_CLONE(
git@github.com:SASPAC/sasjscore.git,
&dirOut,