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
It looks better now but still not quiet right.
In line 4, } that is highlight to match the ${ in ${name%\}} is part of \} but instead, should be the right most } just before the closing " at the end of the line.
Code Snippet
name="${value#\{sd.cicd.}"echo"${name%\}}"
The text was updated successfully, but these errors were encountered:
#231 comment:
The text was updated successfully, but these errors were encountered: