Skip to content

Commit

Permalink
Fix fluence run error
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsartem committed Aug 9, 2022
1 parent 603de7d commit 15ac538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default class Run extends Command {
];

const appJsonServicePath = await ensureFluenceTmpAppServiceJsonPath();
const jsonServicePaths = flags[JSON_SERVICE];
const jsonServicePaths = flags[JSON_SERVICE] ?? [];

if (appConfig !== null) {
await fsPromises.writeFile(
Expand Down

0 comments on commit 15ac538

Please sign in to comment.