dev/provisioning/modules/drush/templates/install-versions-hash.erb
author ymh <ymh.work@gmail.com>
Tue, 31 Jan 2017 19:05:12 +0100
changeset 491 e9e436a588b2
parent 353 bf1bc6b08c46
permissions -rw-r--r--
Install corrections

---
<% scope.lookupvar('drush::versions').each do |version| %>
  <%= version %> :
    version : '<%= version %>'
<% end %>