From e7180078ee018020d76a3819f4b360601f1b635c Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Wed, 25 Dec 2024 17:18:34 +0100 Subject: [PATCH] Fix typo in caching --- pygmt/helpers/caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmt/helpers/caching.py b/pygmt/helpers/caching.py index 7bc9cc67da4..b5703e1b006 100644 --- a/pygmt/helpers/caching.py +++ b/pygmt/helpers/caching.py @@ -22,7 +22,7 @@ def cache_data(): "@earth_mag_01d_g", "@earth_mag4km_01d_g", "@earth_mask_01d_g", - "@earth_mss_01_g", + "@earth_mss_01d_g", "@earth_night_01d", "@earth_relief_01d_g", "@earth_relief_01d_p",