From 5931fc1e712c545ef80454dea5b36e684017c367 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Wed, 16 Feb 2022 21:41:25 +0000 Subject: [PATCH] fix: adding .. in folder path --- .gitpod.yml | 10 ++++++++++ api/src/controllers/internal/Execution.ts | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..f7f5fd1 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,10 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) +# and commit this file to your remote git repository to share the goodness with others. + +tasks: + - init: npm install +vscode: + extensions: + - dbaeumer.vscode-eslint + - sasjs.sasjs-for-vscode diff --git a/api/src/controllers/internal/Execution.ts b/api/src/controllers/internal/Execution.ts index 2e4f2e3..ed17e7e 100644 --- a/api/src/controllers/internal/Execution.ts +++ b/api/src/controllers/internal/Execution.ts @@ -65,7 +65,7 @@ export class ExecutionController { %let _metaperson=&_sasjs_displayname; %let _metauser=&_sasjs_username; %let sasjsprocessmode=Stored Program; -%let sasjs_stpsrv_header_loc=%sysfunc(pathname(work))/stpsrv_header.txt; +%let sasjs_stpsrv_header_loc=%sysfunc(pathname(work))/../stpsrv_header.txt; %global SYSPROCESSMODE SYSTCPIPHOSTNAME SYSHOSTINFOLONG; %macro _sasjs_server_init();