summaryrefslogtreecommitdiffstats
path: root/src/cmd/install.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-06-25 18:07:09 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-06-25 18:07:09 (EDT)
commitdeb632182a01bd26dc673d623a006a2fe45319c2 (patch)
tree3b86e2c071b8e8e24d65e18d7fa386c309b67a8d /src/cmd/install.sh
parentcfd8ed745a420c8b842610b33f2e2edf8a06e93c (diff)
cmd/install: Drop a TODO comment
Diffstat (limited to 'src/cmd/install.sh')
-rw-r--r--src/cmd/install.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/install.sh b/src/cmd/install.sh
index 69c5083..2b02fec 100644
--- a/src/cmd/install.sh
+++ b/src/cmd/install.sh
@@ -39,8 +39,6 @@ cmd_install_main()
return 1
fi
- # TODO: Consider making suite optional, getting a default suite from the
- # profile.
suite="${1}"
root="${2}"
shift 2