mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 04:31:57 -07:00
hyprpm: fix format
This commit is contained in:
@@ -31,7 +31,7 @@ static std::string execAndGet(std::string cmd) {
|
||||
cmd += " 2>&1";
|
||||
|
||||
CProcess proc("/bin/sh", {cmd});
|
||||
|
||||
|
||||
if (!proc.runSync())
|
||||
return "error";
|
||||
|
||||
|
Reference in New Issue
Block a user