From 9b7e90eb0234f74a986fdfa4299858b49898aee8 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Mon, 21 Mar 2016 09:50:24 -0400 Subject: Fix syntax --- jwst_tools/jwst_tools.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jwst_tools/jwst_tools.ini') diff --git a/jwst_tools/jwst_tools.ini b/jwst_tools/jwst_tools.ini index bde24f9..fa0be42 100644 --- a/jwst_tools/jwst_tools.ini +++ b/jwst_tools/jwst_tools.ini @@ -1,6 +1,6 @@ [package] name : jwst_tools -version : {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") } +version : {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }} [about] # The JWST repo layout is different: One repo for many packages. -- cgit