Skip to content

Commit

Permalink
Pass configuration to sails deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Apr 9, 2015
1 parent ddf204a commit 23d03a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sails-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = function() {

try {
// Attempt to run the deploy command
module({config: {}}, function(err, result) {
module({config: rconf}, function(err, result) {
// If there were any issues, log them to the console.
if (err) {
console.error("=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-");
Expand Down

0 comments on commit 23d03a5

Please sign in to comment.