Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Another JSHint mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-andrews committed Apr 9, 2015
1 parent 198e1e2 commit 483d057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy-hashed-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var AWS_SECRET_HASHED_ASSETS = process.env.AWS_SECRET_HASHED_ASSETS || process.e

aws.config.update({
accessKeyId: AWS_ACCESS_HASHED_ASSETS,
secretAccessKey: AWS_SECRET_HASHED_ASSETS
secretAccessKey: AWS_SECRET_HASHED_ASSETS,
region: 'eu-west-1'
});

Expand Down

0 comments on commit 483d057

Please sign in to comment.