Skip to content

Commit

Permalink
added escape for '$' in war file path
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Oct 28, 2013
1 parent f7225a2 commit 8055b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/site.pp
Expand Up @@ -6,7 +6,7 @@
}

tomcat7::fcrepo-webapp { "fcrepo webapp":
url => 'http://ci.fcrepo.org/jenkins/job/fcrepo4/lastSuccessfulBuild/org.fcrepo$fcrepo-webapp/artifact/org.fcrepo/fcrepo-webapp/4.0.0-alpha-3-SNAPSHOT/fcrepo-webapp-4.0.0-alpha-3-SNAPSHOT.war',
url => 'http://ci.fcrepo.org/jenkins/job/fcrepo4/lastSuccessfulBuild/org.fcrepo\$fcrepo-webapp/artifact/org.fcrepo/fcrepo-webapp/4.0.0-alpha-3-SNAPSHOT/fcrepo-webapp-4.0.0-alpha-3-SNAPSHOT.war',
war => 'fcrepo.war',
}

Expand Down

0 comments on commit 8055b72

Please sign in to comment.