We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bf2b8 commit db2a6e7Copy full SHA for db2a6e7
lib/hostinfo.cpp
@@ -378,7 +378,7 @@ const char* docker_type_str(DOCKER_TYPE type) {
378
const char* docker_cmd_prefix(DOCKER_TYPE type) {
379
static char buf[256];
380
if (type == PODMAN) {
381
- const char* dir = "/Library/Application Support/BOINC Data/podman";
+ const char* dir = "/Library/Application\ Support/BOINC\ Data/podman";
382
// must end w/ space
383
snprintf(buf, sizeof(buf),
384
"env XDG_CONFIG_HOME=\"%s\" XDG_DATA_HOME=\"%s\" ",
0 commit comments