Remove unneeded origin/ prefix.
Change-Id: If38227a8f2bf5890f59bc4050f71d400447771b7 Reviewed-on: https://review.openstack.org/10957 Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
3a7bc490a0
commit
7e179fa012
@ -72,7 +72,7 @@ class etherpad_lite (
|
||||
ensure => present,
|
||||
provider => git,
|
||||
source => 'https://github.com/joyent/node.git',
|
||||
revision => 'origin/v0.6.16-release',
|
||||
revision => 'v0.6.16-release',
|
||||
require => Package['git']
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user