Revert "Update pmset_darwin.go" (to reduce testing of 1.26.0) (#19661)

This reverts commit aa7a2689f1ce84049aa8510db795a8eeaf8f91cd.
This commit is contained in:
Lucas Manuel Rodriguez
2024-06-11 17:19:19 -03:00
committed by GitHub
parent e4b79fecda
commit 7c427c8ee8
+1 -1
View File
@@ -41,7 +41,7 @@ func Generate(ctx context.Context, queryContext table.QueryContext) ([]map[strin
}
}
output, err := exec.CommandContext(ctx, "/usr/bin/pmset", "-g", "custom", getting).CombinedOutput()
output, err := exec.CommandContext(ctx, "/usr/bin/pmset", "-g", getting).CombinedOutput()
if err != nil {
return nil, err
}