Skip to content

Commit ce47a74

Browse files
author
Davide Melfi
committed
chore: another fix
1 parent fceb4a7 commit ce47a74

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"*Issue #, if available:*
14+
AWS_LAMBDA_PROFILER_STOP_COMMAND="stop,file=%s"
1515

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

0 commit comments

Comments
 (0)