From 6a2b479e679c620f77d8e79f4ebcb95c83bf0fd0 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Fri, 22 May 2020 08:41:01 +0000 Subject: [PATCH] Add closing bracket in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a98ff50..67740f1 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Spack is a great tool, but sometimes things may fall over. These are the equival * Uninstall all versions of the Dune package: `spack uninstall dune` * Clear all build caches `spack clean -a` -* Remove `$HOME/.spack` (note you need to re-add the Dune repository afterwards: `spack repo add ` +* Remove `$HOME/.spack` (note you need to re-add the Dune repository afterwards: `spack repo add `) If your problem persists, report it on [the issue tracker](https://gitlab.dune-project.org/spack/dune-spack/issues). A complete log of what is going on would be very much appreciated.