mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 04:25:58 +01:00
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…
Reference in a new issue