mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
Merge pull request #11100 from kimullaa/remove-double-slash
kata-deploy: remove the double "/"
This commit is contained in:
commit
b046f79d06
@ -229,7 +229,7 @@ function get_kata_containers_config_path() {
|
||||
local shim="$1"
|
||||
|
||||
# Directory holding pristine configuration files for the current default golang runtime.
|
||||
local golang_config_path="${dest_dir}/share/defaults/kata-containers/"
|
||||
local golang_config_path="${dest_dir}/share/defaults/kata-containers"
|
||||
|
||||
# Directory holding pristine configuration files for the new rust runtime.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user