provision: Update apt operations text.

This commit is contained in:
Tim Abbott
2017-09-25 14:47:18 -07:00
parent 16ed23414d
commit 8e2ae66fe6

View File

@@ -226,7 +226,7 @@ def main(options):
install_apt_deps() install_apt_deps()
hash_file.write(new_apt_dependencies_hash) hash_file.write(new_apt_dependencies_hash)
else: else:
print("No need to apt operations.") print("No changes to apt dependencies, so skipping apt operations.")
# Here we install node. # Here we install node.
run(["sudo", "scripts/lib/install-node"]) run(["sudo", "scripts/lib/install-node"])