You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(amazonq transform): failure if whitespace in JAVA_HOME aws#4725
Problem:
Users can provide a JAVA_HOME with trailing or leading whitespaces, this causes
issues when resolving the JAVA_HOME.
Solution:
Using `.trim()` to do preliminary cleanup of the string.
0 commit comments