Skip to content

Commit

Permalink
cleanup extern terminal scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Sep 8, 2016
1 parent 71c3f49 commit 20c3935
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class MacTerminalService implements ITerminalService {
];

for (let a of args) {
osaArgs.push('-pa');
osaArgs.push('-a');
osaArgs.push(a);
}

Expand Down

0 comments on commit 20c3935

Please sign in to comment.