Skip to content

Commit

Permalink
Merge pull request sintaxi#279 from dscape/patch-1
Browse files Browse the repository at this point in the history
Fixed Typo
  • Loading branch information
sintaxi committed May 14, 2014
2 parents 37c942f + df600b7 commit 06789b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

var path = require('path')
var fs = require('fs-extra')
var terraform = require('terraform')
Expand Down Expand Up @@ -105,7 +104,7 @@ exports.mount = function(mountPoint, root){
*/

exports.pipeline = function(root){
console.log("Depricated, please use MOUNT instead, this will be removed in a future version.");
console.log("Deprecated, please use MOUNT instead, this will be removed in a future version.");
var publicPath = path.resolve(root)
var terra = terraform.root(publicPath)

Expand Down

0 comments on commit 06789b8

Please sign in to comment.