Skip to content

Commit

Permalink
Vulnerability fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavoja committed Aug 14, 2018
1 parent 5d73fb4 commit 80e7dca
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 1,088 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ JavaScript (direct push example):
const aemsync = require('aemsync')

// Set up the environment.
let path = '~/foo/bar/my-workspace/jcr_content/apps/my-app/components/my-component'
let targets = [
const path = '~/foo/bar/my-workspace/jcr_content/apps/my-app/components/my-component'
const targets = [
'http://admin:admin@localhost:4502',
'http://admin:admin@localhost:4503'
]
let onPushEnd = (err, host) => {
const onPushEnd = (err, host) => {
if (err) {
return console.log(`Error when pushing package to ${host}.`, err)
}
Expand Down
Loading

0 comments on commit 80e7dca

Please sign in to comment.