Merge pull request #11100 from kimullaa/remove-double-slash

kata-deploy: remove the double "/"
This commit is contained in:
RuoqingHe 2025-04-01 08:17:00 +08:00 committed by GitHub
commit b046f79d06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
#