Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
work on #116: path instead of join
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Grupp committed Feb 24, 2015
1 parent be2f219 commit e9bc2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulp_tasks/cordova.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var options = gulp.options;
var $ = require('gulp-load-plugins')();
// packages
var fs = require('fs');
var path = require('join');
var path = require('path');
var rimraf = require('rimraf');

var runCordova = function (command) {
Expand Down

0 comments on commit e9bc2e3

Please sign in to comment.