-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC2250
elreydetoda edited this page Apr 17, 2020
·
4 revisions
This error is optional and not enabled by default.
partial_path='example'
curl "http://example.com/$partial_path_version/explain.html"
partial_path='example'
curl "http://example.com/${partial_path}_version/explain.html"
If a variable gets called, and there is a string that gets appended to the variable that could get misinterpreted as possibly part of the name of the variable. Then it will not call the right variable.