change src again, now do run commit hook (expect success)

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

File diff suppressed because one or more lines are too long

View File

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