aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bash_utils/path.sh
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%/.bash_utils/path.sh')
-rw-r--r--%HOME%/.bash_utils/path.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bash_utils/path.sh b/%HOME%/.bash_utils/path.sh
index 4aff550..13b5b00 100644
--- a/%HOME%/.bash_utils/path.sh
+++ b/%HOME%/.bash_utils/path.sh
@@ -21,7 +21,7 @@ add_missing_path() (
for path; do
if str_contains "$path" ':'; then
- echo "${FUNCNAME[0]}: mustn't contain colons: $path" >&2
+ echo "${FUNCNAME[0]}: mustn't contain colon (':') characters: $path" >&2
return 1
fi
done