make sure we commit all the right gophermaps if auto-gitting

This commit is contained in:
James Tomasino 2018-03-03 21:50:50 -05:00
parent 078f626f96
commit 22dd803806
1 changed files with 1 additions and 1 deletions

2
burrow
View File

@ -293,7 +293,7 @@ function make_post() {
if [[ $config_git_commit != false ]]
then
pushd "$config_dir_gopher"
git add "${post_dir}/gophermap" "${post_file}"
git add "${post_dir}/gophermap" "${post_file}" "$type_gophermap"
if $update_root; then
git add "${config_dir_gopher}/gophermap"
fi