Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Replace `appplication_config` to `application_config`
  • Loading branch information
Kuchitama authored Apr 3, 2020
1 parent 233d7f5 commit 9420831
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/jets/resource/lambda/function.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def global_properties
environment: { variables: environment },
}

appplication_config = Jets.application.config.function.to_h
baseline.merge(appplication_config)
application_config = Jets.application.config.function.to_h
baseline.merge(application_config)
end

# Class properties example:
Expand Down Expand Up @@ -211,4 +211,4 @@ def description
"#{@app_class}##{@task.meth}"
end
end
end
end

0 comments on commit 9420831

Please sign in to comment.