Skip to content

Commit b43bf68

Browse files
authored
Fix spaces
1 parent c29d092 commit b43bf68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gh-md-toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ gh_toc(){
174174
fi
175175
echo "!! TOC was added into: '$gh_src'"
176176
if [ -z $no_backup ]; then
177-
echo "!! Origin version of the file: '${gh_src}${ext}'"
177+
echo "!! Origin version of the file: '${gh_src}${ext}'"
178178
echo "!! TOC added into a separate file: '${toc_path}'"
179179
fi
180180
echo
@@ -274,7 +274,7 @@ gh_toc_app() {
274274

275275
if [ "$1" = '--no-backup' ]; then
276276
need_replace="yes"
277-
no_backup="yes"
277+
no_backup="yes"
278278
shift
279279
fi
280280
for md in "$@"

0 commit comments

Comments
 (0)