From 002d8e7da495c7e4a023c03097d327d33ba17815 Mon Sep 17 00:00:00 2001
From: Mason Hock <mason@masonhock.com>
Date: Wed, 29 May 2019 23:02:30 -0700
Subject: [PATCH] update changed filename

---
 helpers/make-gnome-tweak-tool | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/make-gnome-tweak-tool b/helpers/make-gnome-tweak-tool
index b20f601c..9785d3e9 100644
--- a/helpers/make-gnome-tweak-tool
+++ b/helpers/make-gnome-tweak-tool
@@ -21,7 +21,7 @@ VERSION=1
 . ./config
 
 sed '/ShellShowsAppMenu/s/True/False/' -i ./gtweak/utils.py
-sed '/ApplicationMenuTweak()/d' -i gtweak/tweaks/tweak_group_shell.py
+sed '/ApplicationMenuTweak()/d' -i gtweak/tweaks/tweak_group_top_bar.py
 
 changelog "Disable ShellShowsAppMenu"
 compile
-- 
GitLab