diff --git a/src/upd8all_updater.py b/src/upd8all_updater.py index e234d47..470f902 100644 --- a/src/upd8all_updater.py +++ b/src/upd8all_updater.py @@ -18,7 +18,7 @@ def update_brew(): def check_gh_update(): try: - command = "brew info gh" + command = "gh --version" output = os.popen(command).read() lines = output.splitlines() for line in lines: