diff options
author | nodiscc <nodiscc@gmail.com> | 2018-01-22 21:49:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 21:49:14 +0000 |
commit | 59dbab3cd466490e6065f7a5e4b43c5170aea2f1 (patch) | |
tree | 0a7cf65374172f90df8e471415d6626ac83a4e2b /Makefile | |
parent | add ymarks (bookmarks synchronisation) (diff) | |
parent | Merge pull request #1300 from meitar/vlc (diff) | |
download | awesome-selfhosted-59dbab3cd466490e6065f7a5e4b43c5170aea2f1.tar.gz awesome-selfhosted-59dbab3cd466490e6065f7a5e4b43c5170aea2f1.zip |
Merge branch 'master' into ymarks
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ add: else Moreinfo=$$(echo "($$CDemo$$CSource)" | sed 's|)\[|), [|g') ;\ fi ;\ echo -e "Copy this entry to your clipboard, paste it in the appropriate category:\n\n" ;\ - echo " * [$$Name]($$Url) - $${Description} $${Moreinfo} \`$$License\` \`$$Language\`" + echo "- [$$Name]($$Url) - $${Description} $${Moreinfo} \`$$License\` \`$$Language\`" #TODO ask for category and insert item accordingly |