Skip to content
Snippets Groups Projects
Verified Commit 399a70aa authored by Romain Deville's avatar Romain Deville
Browse files

:pencil2: Fix typos in log in setup.sh

parent f000e3fd
No related branches found
No related tags found
No related merge requests found
......@@ -593,7 +593,7 @@ ${end}"
fi
cp "${file_to}" "${bak_file}"
mkdocs_log "INFO" "AAAAAAA Upgrading file **${relative_file_to}**."
mkdocs_log "INFO" "Upgrading file **${relative_file_to}**."
grep -B 1000000 "${begin}" "${file_to}" | sed -e "s/${begin}//g" > "${tmp_file_to}"
cat "${tmp_file_from}" >> "${tmp_file_to}"
grep -A 1000000 "${end}" "${file_to}" | sed -e "s/${end}//g" >> "${tmp_file_to}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment