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
env is printed properly, no error message is displayed.
Description
This "error" is minor and actually doesn't affect the script behavior (except the printed output). But maybe it could be easily fixed just by adding an if condition to the script, so -0 will not be interpolated if the OS is Darwin? Here is how it will without -0:
Cookbook version
5.3.3
Chef-client version
13.6.4
Platform Details
OS X 10.10 Yosemite
Scenario:
Converge a clean node with
omnibus::default
recipe.Steps to Reproduce:
After the node is converged, log in there and try to initialize the environment:
Actual Result:
Expected Result:
env is printed properly, no error message is displayed.
Description
This "error" is minor and actually doesn't affect the script behavior (except the printed output). But maybe it could be easily fixed just by adding an
if
condition to the script, so-0
will not be interpolated if the OS is Darwin? Here is how it will without-0
:The text was updated successfully, but these errors were encountered: