small patch for gophermap date updater to add trailing tabs

This commit is contained in:
James Tomasino 2018-03-14 07:40:09 -04:00
parent e0c264f6ce
commit 496adcbf85
2 changed files with 3 additions and 4 deletions

5
burrow
View File

@ -1,10 +1,9 @@
#!/usr/bin/env bash
version="v1.3.1"
version="v1.3.2"
shopt -s extglob
configfiles="$HOME/.config/burrow/config $HOME/.config/burrow $HOME/.burrow"
editor=${EDITOR:-vi}
# vars from config
config_dir_gopher="$HOME/gopher/"
@ -147,7 +146,7 @@ function day_suffix {
function update_gopher_root {
newdate=$(date +"%B %d$(day_suffix), %Y")
sed -i "s/.*Last\ Updated:.*/i ==== Last Updated: $newdate ====/" \
sed -i "s/.*Last\ Updated:.*/i ==== Last Updated: $newdate ====\t\t${config_gopher_root}\t${config_gopher_port}/" \
"${config_dir_gopher}/gophermap"
}

View File

@ -1,4 +1,4 @@
.TH BURROW 1 "11 Mar 2018" "version 1.3.1"
.TH BURROW 1 "14 Mar 2018" "version 1.3.2"
.SH NAME
burrow \- a helper for building and managing a gopher hole
.SH SYNOPSIS