mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 06:25:59 +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";
|
cmd += " 2>&1";
|
||||||
|
|
||||||
CProcess proc("/bin/sh", {cmd});
|
CProcess proc("/bin/sh", {cmd});
|
||||||
|
|
||||||
if (!proc.runSync())
|
if (!proc.runSync())
|
||||||
return "error";
|
return "error";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue