aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2018-06-16 14:56:01 +0000
committerGitHub <noreply@github.com>2018-06-16 14:56:01 +0000
commitda419b4a72d59816ec7f03638254c7a71b752277 (patch)
tree8bdc946eb8fce8eba20b7d4e37712f55c0053aa5 /Makefile
parentadded demo link for TaskBoard (diff)
parentMerge pull request #1403 from Kickball/fix-document-management (diff)
downloadawesome-selfhosted-da419b4a72d59816ec7f03638254c7a71b752277.tar.gz
awesome-selfhosted-da419b4a72d59816ec7f03638254c7a71b752277.zip
Merge branch 'master' into patch-3
Diffstat (limited to '')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4886ccea..d5676eaf 100755
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ listlicenses:
@sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep --only-matching '([Aa0-Zz9]|\s|\.|-)*` `' README.md | sort --unique
syntaxerrors:
- @echo -e "\n Syntax errors:"
+ @echo -e "\nSyntax errors:"
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
contrib: