correct some comments

This commit is contained in:
AJ ONeal
2020-06-14 03:34:29 -06:00
parent e79b167e2a
commit b80b615804
2 changed files with 4 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ pkg_post_install() {
pkg_link_new_version
# web_path_add is defined in webi/template.bash at https://github.com/webinstall/packages
# Adds "$HOME/.local/opt/node" to PATH
# Adds "$HOME/.local/opt/node/bin" to PATH
webi_path_add "$pkg_common_bin"
}