updated bootstrap to enable upgrades
diff --git a/tasks/main.yml b/tasks/main.yml
index 322c299..92e5f49 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -25,7 +25,7 @@
     msg: 'Bootstrap installation failed, no point in letting this go further'
   when: not bootstrap_exists.stat.exists
 
-- name: Updated bootstrap needed
+- name: Update bootstrap
   file:
     path: '{{ apigee_installation_home }}/apigee-service/bin/apigee-service'
     state: absent