diff --git a/Customizing-Info.md b/Customizing-Info.md index e04f26d..eb620a5 100644 --- a/Customizing-Info.md +++ b/Customizing-Info.md @@ -264,9 +264,9 @@ print_info () { info "GPU" gpu & info "Memory" memory & - info cols - # Wait for the functions to complete wait + + info cols } ```