Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 4, 2024
1 parent cb982e3 commit 1a65ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ try

version = getInput "version"
release = Release.find if not version or version is "latest" then "*" else version
throw Error "No release matching the version constraint." if not release
throw Error "No release matching the version constraint." unless release

optionalTasks = getBooleanInput "optional-tasks"
installed = if optionalTasks then "installed with optional tasks" else "installed"
Expand Down

0 comments on commit 1a65ec9

Please sign in to comment.