aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkerl4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerl b/kerl
index 44b9574..621d0c3 100755
--- a/kerl
+++ b/kerl
@@ -29,7 +29,7 @@ KERL_VERSION="1.7.0"
#Grep fix for mac pcre errors
GREP_OPTIONS=''
-# TODO: make DOCSH_GITHUB_URL configurable
+# TODO: COULD make DOCSH_GITHUB_URL configurable
DOCSH_GITHUB_URL="https://github.com/erszcz/docsh.git"
ERLANG_DOWNLOAD_URL="http://www.erlang.org/download"
KERL_CONFIG_STORAGE_FILENAME=".kerl_config"
@@ -1085,7 +1085,7 @@ ACTIVATE_CSH
}
install_docsh() {
- # TODO: check version compatibility
+ # TODO: SHOULD check version compatibility
REPO_URL=$DOCSH_GITHUB_URL
GIT=$(echo -n $REPO_URL | $MD5SUM | cut -d ' ' -f $MD5SUM_FIELD)