Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed May 12, 2022
1 parent 90c7348 commit e36c711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/main/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ channel_priority: strict
}

async function installEnvironment (inputs, envFilePath, envYaml) {
if (!envFilePath && !envYaml.extraSpecs) {
if (!envFilePath && !inputs.extraSpecs) {
// Nothing to install
return
}
Expand Down

0 comments on commit e36c711

Please sign in to comment.