diff --git a/src/project/command.ts b/src/project/command.ts index ab247654..36662108 100644 --- a/src/project/command.ts +++ b/src/project/command.ts @@ -164,8 +164,8 @@ export const Command: project.CommandFactory = compose({ json: true }) .then(response => { - let alfa_beta_match = response.body.version.match(/alfa|beta/) - if (alfa_beta_match && alfa_beta_match.length > 0) return + let alphaBetaMatch = response.body.version.match(/alfa|beta/) + if (alphaBetaMatch && alphaBetaMatch.length > 0) return if (response.body.version > FILES.workflowConfig.version) { Notification({