Skip to content

Commit

Permalink
Support {vm_version} in vmname
Browse files Browse the repository at this point in the history
  • Loading branch information
grtjn committed Sep 8, 2015
1 parent 545fc6c commit 291f279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ end
def get_vm_name(i)
name = "#{@vm_name}"
name.gsub!(/\{project_name\}/, @project_name)
name.gsub!(/\{vm_version\}/, @vm_version)
name.gsub!(/\{ml_version\}/, @ml_version)
name.gsub!(/\{i\}/, i.to_s)
name
Expand Down

0 comments on commit 291f279

Please sign in to comment.