Skip to content

Commit 5ca0e1c

Browse files
author
Davide Melfi
committed
chore: fix assertion
1 parent ce47a74 commit 5ca0e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/aws-lambda-java-profiler/integration_tests/create_function.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LAYER_ARN=$(cat /tmp/layer_arn)
1111
JAVA_TOOL_OPTIONS="-XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -javaagent:/opt/profiler-extension.jar"
1212
AWS_LAMBDA_PROFILER_RESULTS_BUCKET_NAME="aws-lambda-java-profiler-bucket-${GITHUB_RUN_ID}"
1313
AWS_LAMBDA_PROFILER_START_COMMAND="start,event=wall,interval=1us,file=/tmp/profile.jfr"
14-
AWS_LAMBDA_PROFILER_STOP_COMMAND="stop,file=%s"
14+
AWS_LAMBDA_PROFILER_STOP_COMMAND="stop,file="
1515

1616
# Compile the Hello World project
1717
cd integration_tests/helloworld

0 commit comments

Comments
 (0)