Skip to content

Commit

Permalink
Minor typo in docs/generate-settings-docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Apr 16, 2023
1 parent 0f477e7 commit 9848239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-settings-docs.sh
Expand Up @@ -23,7 +23,7 @@ do
command=$(echo ${setting_long} | cut -d . -f1)
fname="${GEF_DOCS_DIR}/${command}.md"
if [ ! -f ${fname} ]; then
echo "# Settings for command \`${command}\`\n\n" > $fname
echo -e "# Settings for command \`${command}\`\n\n" > $fname
echo " - ${command}: settings/${command}.md" >> ${GEF_MKDOC_YML}
fi
done < ${SETTINGS_FILE}
Expand Down

0 comments on commit 9848239

Please sign in to comment.