1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-05 19:50:06 +00:00

fix(job-execution): fix program name

This commit is contained in:
Krishna Acondy
2020-09-20 10:35:32 +01:00
parent bc239cf5d6
commit 703fdf9c02

View File

@@ -1071,7 +1071,7 @@ export class SASViyaApiClient {
const jobArguments: { [key: string]: any } = {
_contextName: contextName,
_program: `${jobPath}/${sasJob}`,
_program: `${jobPath}/${jobName}`,
_webin_file_count: files.length,
_OMITJSONLISTING: true,
_OMITJSONLOG: true,