Merge pull request #310 from mwestza/patch-1

Fix config variable typo
This commit is contained in:
Matt Churchyard
2019-11-05 09:41:48 +00:00
committed by GitHub

View File

@@ -1057,7 +1057,7 @@ vm::__cpu(){
config::get "_c_socket" "cpu_sockets"
config::get "_c_core" "cpu_cores"
config::get "_c_thread" "cpu_thread"
config::get "_c_thread" "cpu_threads"
[ -n "${_c_socket}" ] && _config="${_config},sockets=${_c_socket}"
[ -n "${_c_core}" ] && _config="${_config},cores=${_c_core}"