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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user