Skip to content

Commit a14d0a0

Browse files
committed
Fix a big
1 parent 3fb661f commit a14d0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sebs/openwhisk/openwhisk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def package_code(
219219
CONFIG_FILES = {
220220
"python": ["__main__.py"],
221221
"nodejs": ["index.js"],
222-
"nodejs": ["Main.java"],
222+
"java": ["Main.java"],
223223
}
224224
package_config = CONFIG_FILES[language_name]
225225

0 commit comments

Comments
 (0)