Skip to content

Commit

Permalink
Fix path to pkg.'s
Browse files Browse the repository at this point in the history
  • Loading branch information
doctyper committed Aug 9, 2012
1 parent 51e8764 commit 0636822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/tasks/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = function (grunt) {

grunt.registerTask("update", "Update RBP", function (branch) {
var pkg = require("pkg");
var pkg = require("./utils/pkg");

// Sanity check
pkg.rbp = pkg.rbp || {};
Expand Down

0 comments on commit 0636822

Please sign in to comment.