summaryrefslogtreecommitdiff
path: root/bin/bootstrap-mysql
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-29 10:43:16 +0200
committerErich Eckner <git@eckner.net>2018-03-29 10:43:16 +0200
commita429b8ed0b8a158e476eeabaf14411e7b51a3317 (patch)
tree135dcc948f247f7e58095f800af0f8c7a7c6f830 /bin/bootstrap-mysql
parent2650eb64232f378fda78ddaf8279185024317d78 (diff)
downloadbuilder-a429b8ed0b8a158e476eeabaf14411e7b51a3317.tar.xz
bin/bootstrap-mysql: correct comment on `files` and `file_providers`
Diffstat (limited to 'bin/bootstrap-mysql')
-rwxr-xr-xbin/bootstrap-mysql4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql
index 0c56277..b0afe16 100755
--- a/bin/bootstrap-mysql
+++ b/bin/bootstrap-mysql
@@ -174,8 +174,8 @@ if [ ! "$1" = 'slim' ]; then
'file_providers BIGINT' \
' package BIGINT :binary_packages' \
' file BIGINT :files'
- # TODO: files is currently not represented correctly, because
- # it is not representable in this form
+ # TODO: files and file_providers is currently not represented
+ # correctly, because they are not representable in this form
)
# shellcheck disable=SC2016