diff options
author | Dave Reisner <d@falconindy.com> | 2019-01-17 12:47:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-17 12:47:45 -0500 |
commit | 81faae5cd21d7932030cf5faf8c3eb76745a2af7 (patch) | |
tree | e07c8d694c8169e1fd9d8152465670158381c0b1 /asp.in | |
parent | ab3449f5ac7c5682520bc13a439c1d37ca2953ae (diff) | |
parent | 36732e5441313234068dd49b3494aea62f3a6b4b (diff) | |
download | asp32-81faae5cd21d7932030cf5faf8c3eb76745a2af7.tar.xz |
Merge pull request #26 from ThePiGrepper/ups/exp/fixes
parsing issue and missing function
Diffstat (limited to 'asp.in')
-rw-r--r-- | asp.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ dump_packages() { dumpfn=remote_get_tracked_refs ;; *) - die 'internal error: invalid dump type: "%s"' "$1" + log_fatal 'BUG: invalid dump type: "%s"' "$1" ;; esac |