Skip to content

Commit

Permalink
changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
CaribouJohn committed Aug 8, 2020
1 parent 4963d4d commit 3ed538d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apama_util/apamaenvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class ApamaEnvironment {
this.updateCommands();
let cmd : string = this.cmd_source + this.cmd_env + ' && ';
const envType = env.remoteName || "local";
if (envType in ['dev-container']) {
if (['dev-container'].includes(envType)) {
cmd = '';
}
return cmd;
Expand Down

0 comments on commit 3ed538d

Please sign in to comment.