branch: externals/cpupower
commit 9f283594a9b8f5af935f040e1e5015a7c3227a4b
Author: smeister <smeis...@awstruepower.com>
Commit: smeister <smeis...@awstruepower.com>

    :shrug:
---
 cpupower.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpupower.el b/cpupower.el
index 2bf809e1bd..b7f1d99165 100644
--- a/cpupower.el
+++ b/cpupower.el
@@ -225,7 +225,7 @@ message the user with current CPU governors"
     "Set cpu governor using helm."
     (interactive) 
     (cpupower-set-governor
-     (helm :sources (helm-build-sync-source "cpu-governors"
+     (helm :sources (helm-make-source "cpu-governors" 'helm-source-sync
                       :candidates (cpupower--get-available-governors)) 
            :buffer "*helm set cpu governor*"))))
 

Reply via email to