]> Sergey Matveev's repositories - nnn.git/commitdiff
Minor changes
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 6 Nov 2020 02:32:13 +0000 (08:02 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 6 Nov 2020 02:32:13 +0000 (08:02 +0530)
.circleci/config.yml
CHANGELOG

index be6666ca38b2687395b90b712852d07f0143efa2..512819665c279cd0f3e18885c7b082c0d4792a2e 100644 (file)
@@ -55,7 +55,7 @@ jobs:
             echo
             echo "########## clang-tidy-9 ##########"
             clang-tidy-9 src/* -- -I/usr/include -I/usr/include/ncursesw
-            echo "########## checllcheck ##########"
+            echo "########## shellcheck ##########"
             find plugins/ -type f -not -name "*.md" -exec shellcheck -e SC1090 {} +
 
   package-and-publish:
index 55e3063a0bfb3df0adfb833361c11553f938e277..c3c7b17dddb5f39dd2116710b7f81bb1a5318584 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-nnn v3.4
+nnn v3.4 Emilia
 2020-08-18
 
 - icons with icon-specific colors (thanks @KlzXS)