cleanup before squash

pull/21/head
Webber 2020-01-18 23:22:30 +01:00
parent f63cce233e
commit e674c27675
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,8 +2,7 @@ import path from 'path';
export default class Action {
static get supportedPlatforms() {
const platform2 = 'linux';
return [platform2];
return ['linux'];
}
static get isRunningLocally() {