liftweb-uirouter

angularjs ui-router module for scala liftweb framework

git clone https://9o.is/git/liftweb-uirouter.git

commit 8a439c4830fa9080d8231060bf5c81d3fbd391ea
parent 1b9f271d1f443e43c8e515bda1da4416d0161fa7
Author: Jul <jul@9o.is>
Date:   Fri,  6 Jun 2014 06:07:48 +0000

fixed typo in s3 bucket name
Diffstat:
Mproject/BuildSettings.scala | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -41,7 +41,7 @@ object BuildSettings { publishTo := Some(s3resolver.value( "My "+{if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc"}+" S3 bucket", - s3(if (isSnapshot.value) "snapshots-pyc-inc" else "releasespyc-inc"+".pyc.inc")) withIvyPatterns), + s3(if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc")) withIvyPatterns), s3credentials := { file(".") / "project" / ".s3credentials"