From 541cd3c882e01764db18c198f06e80cee30bbbca Mon Sep 17 00:00:00 2001 From: Matthew Horton Date: Wed, 8 May 2019 19:57:21 -0700 Subject: [PATCH] Fix typo --- ADMIN.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADMIN.rst b/ADMIN.rst index 13efe152c1f..9ee54fbb633 100644 --- a/ADMIN.rst +++ b/ADMIN.rst @@ -83,7 +83,7 @@ First update the change log. The autogenerated change log is simply a list of commit messages since the last version. Make sure to edit the log for brevity and to attribute significant features to appropriate developers:: - conda activiate py37 + conda activate py37 invoke update-changelog Then, do the release with the following sequence of commands (you can put them