diff --git a/src/model/action.js b/src/model/action.js index 9397a9a5..3140ec5e 100644 --- a/src/model/action.js +++ b/src/model/action.js @@ -2,7 +2,8 @@ import path from 'path'; export default class Action { static get supportedPlatforms() { - return ['linux']; + const platform = 'linux'; + return [platform]; } static get isRunningLocally() {