diff options
Diffstat (limited to 'share/hydractl/install')
-rwxr-xr-x | share/hydractl/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/install b/share/hydractl/install index 1b687db..db45614 100755 --- a/share/hydractl/install +++ b/share/hydractl/install @@ -31,7 +31,7 @@ if [ "`whoami`" != 'root' ]; then fi # Deploy -echo "Deploying to local node..." +echo "Installing to local node..." if ! which git &> /dev/null; then echo "Installing git..." |