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
ec2-metadata: fix several shellcheck issues
Shellcheck reported a number of warnings about unquoted references.
The specific issues were harmless given the context, but adding quotes
helps with consistency.
Additionally, shellcheck identified that the '-h' command line option
was defined twice (for --local-hostname and --help). Drop one of
these references.