Missing rbracket

This commit is contained in:
Reid 'arrdem' McKenzie 2018-01-16 12:09:06 -08:00
parent 5bc8484332
commit 439cd48963

View file

@ -8,7 +8,8 @@ function _awk {
};
function _gotofile {
echo "${GOTO_FILE:-${HOME/.labels.tsv}}"
echo "${GOTO_FILE:-${HOME/.labels.tsv}}"
};
function _make_label {
printf '%s %s\n' "$1" $(echo "$2" | tr -d "$HOME/") >> `_gotofile`