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
In typical use, build:env:create will always be called with an env name like "pr-123"; however, it is possible for this command to be used in home-grown scripts, so it's possible that the env name could be anything. An strtolower couldn't hurt.
terminus-build-tools-plugin/src/Commands/EnvCreateCommand.php
Line 49 in ef6cabd
Is a
strtolower()
call necessary to make sure the environment name is lowercase, or is that already taken care of by the system?The text was updated successfully, but these errors were encountered: