Skip to content

Commit

Permalink
Rename DISABLE_UPDATE_ICON_CACHE env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartFinn committed Oct 15, 2021
1 parent 9c422d9 commit 843ea7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papirus-folders
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ delete_icon_caches() {
}

update_icon_cache() {
[ -z "$DISABLE_ICON_CACHE_UPDATE" ] || return 0
[ -z "$DISABLE_UPDATE_ICON_CACHE" ] || return 0

delete_icon_caches

Expand Down

0 comments on commit 843ea7f

Please sign in to comment.