diff --git a/moduleroot/.travis.yml.erb b/moduleroot/.travis.yml.erb
index e7aa925b8c6c18ab0c57460f214ea4aa3ecec6d5..be7248e509216262f2d8582a7b41b3014713774a 100644
--- a/moduleroot/.travis.yml.erb
+++ b/moduleroot/.travis.yml.erb
@@ -124,7 +124,7 @@ jobs:
       before_script:
       - "bundle exec rake 'litmus:provision_list[<%=platform%>]'"
 <%  if @configs['litmus']['install_wget']-%>
-      - "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
+      - "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --targets='localhost*'"
 <%  end-%>
       - "bundle exec rake 'litmus:install_agent[<%=puppet_version%>]'"
       - "bundle exec rake litmus:install_module"