Skip to content

Commit

Permalink
Fix a big
Browse files Browse the repository at this point in the history
  • Loading branch information
mahlashrifi committed Sep 25, 2024
1 parent 3fb661f commit a14d0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sebs/openwhisk/openwhisk.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def package_code(
CONFIG_FILES = {
"python": ["__main__.py"],
"nodejs": ["index.js"],
"nodejs": ["Main.java"],
"java": ["Main.java"],
}
package_config = CONFIG_FILES[language_name]

Expand Down

0 comments on commit a14d0a0

Please sign in to comment.