Skip to content

Commit 5804cd3

Browse files
committed
Stop excluding gtk2-common-themes from updates
1 parent d52a854 commit 5804cd3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

update-checker.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ function reset_to_master() {
2020

2121
# Args to pass to the data checker
2222
args=("--update" "--never-fork")
23-
exclusions=(
24-
"./gtk2/gtk2-common-themes.json"
25-
)
23+
exclusions=()
2624
# Initialize an array to store file paths
2725
file_paths=()
2826

0 commit comments

Comments
 (0)