Skip to content

Commit 0ad2060

Browse files
author
David Hasani
committed
fix message
1 parent bb94a5f commit 0ad2060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/models/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ export const skipUnitTestsFormTitle = 'Choose to skip unit tests'
807807
export const selectiveTransformationFormTitle = 'Choose how to receive proposed changes'
808808

809809
export const skipUnitTestsFormMessage =
810-
'I will build generated code in your local environment, not on the server side. For information on how I scan code to reduce security risks associated with building the code in your local environment, see the [Amazon Q Developer documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/code-transformation.html#java-local-builds).\n\nI will build your project using `mvn clean test` by default. If you would like me to build your project without running unit tests, I will use `mvn clean test-compile`.'
810+
'I will build your project using `mvn clean test` by default. If you would like me to build your project without running unit tests, I will use `mvn clean test-compile`.'
811811

812812
export const runUnitTestsMessage = 'Run unit tests'
813813

0 commit comments

Comments
 (0)