From 2a0a8296ff5167768a6d589b33e6b3f4cf1ebc4a Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn <31626864+AWehrhahn@users.noreply.github.com> Date: Tue, 20 Apr 2021 12:19:32 +0200 Subject: [PATCH] fix typo --- src/pysme/config_default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pysme/config_default.json b/src/pysme/config_default.json index 6bbfc7fc..da5abdf2 100644 --- a/src/pysme/config_default.json +++ b/src/pysme/config_default.json @@ -5,5 +5,5 @@ "data.cache.atmospheres": "~/.sme/atmospheres/cache", "data.cache.nlte_grids": "~/.sme/nlte_grids/cache", "data.pointers.atmospheres": "datafiles_atmospheres.json", - "data.pointers.nlte_grids": "datafiles_nlte.json", + "data.pointers.nlte_grids": "datafiles_nlte.json" } \ No newline at end of file