pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 33a9d58ea433ae1218886f9afa7798afdfd90032 parent e142556d318c13474bcf53f8b5a0736f406c47e4 Author: Jul <jul@9o.is> Date: Fri, 6 Jun 2014 19:38:36 +0000 search for .s3credentials in .ivy2 folder Diffstat:
| M | project/BuildSettings.scala | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -122,7 +122,7 @@ object BuildSettings { s3(if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc"))), s3credentials := { - file(".") / "project" / ".s3credentials" + Path.userHome / ".ivy2" / ".s3credentials" }, s3region := com.amazonaws.services.s3.model.Region.US_Standard