aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbigtop-deploy/vm/utils/setup-env-debian.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-deploy/vm/utils/setup-env-debian.sh b/bigtop-deploy/vm/utils/setup-env-debian.sh
index c5768d9a..3d34fe12 100755
--- a/bigtop-deploy/vm/utils/setup-env-debian.sh
+++ b/bigtop-deploy/vm/utils/setup-env-debian.sh
@@ -29,6 +29,6 @@ if [ $enable_local_repo == "true" ]; then
echo "deb file:///bigtop-home/output/apt bigtop contrib" > /etc/apt/sources.list.d/bigtop-home_output.list
apt-get update
else
- echo "local yum = $enable_local_repo ; NOT Enabling local yum. Packages will be pulled from remote..."
+ echo "local apt = $enable_local_repo ; NOT Enabling local apt. Packages will be pulled from remote..."
fi