diff options
| author | EuAndreh <eu@euandre.org> | 2022-07-10 23:49:51 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-07-10 23:49:51 -0300 |
| commit | 4bc53da057967bafffd065d5d75eb14b267f2cd7 (patch) | |
| tree | 9909baeb09d76e5afb1643f294dab2b3025bd9c7 /bin/rfc | |
| parent | bin/prompt: Add initial working version (diff) | |
| download | dotfiles-4bc53da057967bafffd065d5d75eb14b267f2cd7.tar.gz dotfiles-4bc53da057967bafffd065d5d75eb14b267f2cd7.tar.xz | |
bin/rfc: Add missing call to check_local_db
Diffstat (limited to 'bin/rfc')
| -rwxr-xr-x | bin/rfc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -134,6 +134,7 @@ shift $((OPTIND - 1)) RFC_NUMBER="${1:-}" F="$D/rfc${RFC_NUMBER}.txt" +check_local_db if [ "${UPDATE:-}" = true ]; then update |
