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
Prior to this commit when reading a registry value, Puppet would assign
the result to the "result" variable in every single instance of a case
expression.
This commit simplifies that assignment by moving it outside of the case
expression.
0 commit comments