Skip to content

Commit 62912d3

Browse files
committed
build fix
1 parent 3c57806 commit 62912d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utility/cli/options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ namespace beam
326326
// shaders
327327
const char* SHADER_INVOKE = "shader";
328328
const char* SHADER_ARGS = "shader_args";
329-
const char* SHADER_BYTECODE_MANAGER = "shader_app_file";
329+
const char* SHADER_BYTECODE_APP = "shader_app_file";
330330
const char* SHADER_BYTECODE_CONTRACT = "shader_contract_file";
331331
}
332332

0 commit comments

Comments
 (0)