mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-28 22:50:20 +03:00
hyprpm: fix format
This commit is contained in:
parent
a8ff3a452c
commit
99b01c5d12
@ -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 New Issue
Block a user