Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Zeithaml <[email protected]>
  • Loading branch information
Martin-Zeithaml committed Oct 30, 2023
1 parent f90a9a1 commit efbffc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/commands/install/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

import * as std from 'cm_std';
import * as os from 'cm_os'
import * as os from 'cm_os';
import * as common from '../../libs/common';
import * as fs from '../../libs/fs';
import * as zosdataset from '../../libs/zos-dataset';
Expand Down Expand Up @@ -92,7 +92,7 @@ export function execute(prefix: string) {
common.printErrorAndExit("Error ZWEL0111E: Command aborts with error.", undefined, 111);
}
}
};
}

common.printMessage('');

Expand Down

0 comments on commit efbffc0

Please sign in to comment.