We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f50f0 commit 1a8ca76Copy full SHA for 1a8ca76
1 file changed
plugins/installation_function.py
@@ -28,5 +28,5 @@ def installation_function(ctx: Context, opts: InstallationFunctionOptions):
28
function_path = opts.function_path or f"#{namespace}:installed"
29
30
ctx.data.advancements[advancement_path].data["rewards"] = {
31
- "function": {function_path}
+ "function": f"{function_path}"
32
}
0 commit comments