Skip to content

Commit c27d73b

Browse files
committed
update
1 parent 2d73d64 commit c27d73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/comments_cpp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,6 @@ echo "${source_file} updated !"
216216
mv ./$source_file ./$folder_name/
217217
cd ./$folder_name/
218218
if [ ! -s 'README.md' ]; then
219-
echo -e '# ['$QUESTION_FRONTEND_ID'. '$QUESTION_TITLE']('$leetcode_url')' > 'README.md'
219+
echo '# ['$QUESTION_FRONTEND_ID'. '$QUESTION_TITLE']('$leetcode_url')' > 'README.md'
220220
fi
221221

0 commit comments

Comments
 (0)