Skip to content

Commit

Permalink
Use a local path for cache syncing.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercliff committed Jul 27, 2013
1 parent 9568641 commit c23da9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/push.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ function push(options, callback) {
key: options.awsConfig.accessKeyId,
secret: options.awsConfig.secretAccessKey,
//region: options.awsConfig.region,
bucket: options.caissonConfig.root_domain
bucket: options.caissonConfig.root_domain,
cacheSrc: './sync'
})

console.log('checking remote cache...')
Expand Down

0 comments on commit c23da9f

Please sign in to comment.