mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
24189b2c36
`${SOME_VAR%pattern}` was turning into `SOME_VAL%pattern}` which the shell would then balk at.
I've updated the `TOKEN_ENV_INTERPOLATION` regex to account for this (ie, if `${` is used, it _must_ also match the closing `}`), and renamed the variable to not be exported (since it's not used outside the function following it).
I also added comments for the bits of `tokenEnvInterpolation` so they're easier to follow. 😄
Signed-off-by: Andrew Page <admwiggin@gmail.com>
|
||
---|---|---|
.. | ||
build_tests/TestCopy | ||
docker_api_inspect_test.go | ||
docker_cli_attach_test.go | ||
docker_cli_build_test.go | ||
docker_cli_commit_test.go | ||
docker_cli_cp_test.go | ||
docker_cli_create_test.go | ||
docker_cli_daemon_test.go | ||
docker_cli_diff_test.go | ||
docker_cli_events_test.go | ||
docker_cli_exec_test.go | ||
docker_cli_export_import_test.go | ||
docker_cli_history_test.go | ||
docker_cli_images_test.go | ||
docker_cli_import_test.go | ||
docker_cli_info_test.go | ||
docker_cli_inspect_test.go | ||
docker_cli_kill_test.go | ||
docker_cli_links_test.go | ||
docker_cli_logs_test.go | ||
docker_cli_nat_test.go | ||
docker_cli_port_test.go | ||
docker_cli_ps_test.go | ||
docker_cli_pull_test.go | ||
docker_cli_push_test.go | ||
docker_cli_restart_test.go | ||
docker_cli_rm_test.go | ||
docker_cli_rmi_test.go | ||
docker_cli_run_test.go | ||
docker_cli_save_load_test.go | ||
docker_cli_search_test.go | ||
docker_cli_start_test.go | ||
docker_cli_tag_test.go | ||
docker_cli_top_test.go | ||
docker_cli_version_test.go | ||
docker_test_vars.go | ||
docker_utils.go | ||
MAINTAINERS | ||
utils.go |