Fix usage comment for add_file_to_file_after() in utils.sh #152
Labels
documentation
Improvements or additions to documentation
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
trivial
Not important or functional. Like typos in comments etc...
Milestone
Function header for the function add_file_to_file_after() in utils.sh has the wrong function name:
change:
# add_file_to_file_before \\[alias\\] git-aliases.txt .gitconfig
to
# add_file_to_file_after \\[alias\\] git-aliases.txt .gitconfig
The text was updated successfully, but these errors were encountered: