hyprpm: fix format
This commit is contained in:
parent
a8ff3a452c
commit
99b01c5d12
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ static std::string execAndGet(std::string cmd) {
|
|||
cmd += " 2>&1";
|
||||
|
||||
CProcess proc("/bin/sh", {cmd});
|
||||
|
||||
|
||||
if (!proc.runSync())
|
||||
return "error";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue