diff options
author | Erich Eckner <git@eckner.net> | 2018-02-27 09:56:56 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-27 09:56:56 +0100 |
commit | cbafb5816805fb00f3d309e99e4477d17e0607d4 (patch) | |
tree | d078a66dd10313b0aa1ff2c461d4184b83bc9314 /bin/get-package-updates | |
parent | f22acc6a42126250fb0aa1844e20ec0abc6210b3 (diff) | |
download | builder-cbafb5816805fb00f3d309e99e4477d17e0607d4.tar.xz |
bin/get-package-updates: fix typo in comment
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-x | bin/get-package-updates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates index 1accadf..2fd0993 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -16,7 +16,7 @@ # TODO: keep database clean in case of abort -# TODO: It seems, updating present build assignments in the database is borken +# TODO: It seems, updating present build assignments in the database is broken # ... they seem to get deleted # shellcheck disable=SC2016 |