Skip to content

Commit

Permalink
Renamed polymer to terrform - formatting only
Browse files Browse the repository at this point in the history
  • Loading branch information
silentrob committed Jan 28, 2014
1 parent 1250a32 commit e4dbd50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/helpers.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
var fs = require('fs')
var path = require('path')
var mime = require('mime')
var polymer = require("terraform")
var fse = require('fs-extra')
var fs = require('fs')
var path = require('path')
var mime = require('mime')
var terraform = require('terraform')
var fse = require('fs-extra')


/**
Expand Down Expand Up @@ -157,7 +157,7 @@ exports.setup = function(projectPath, env){
e.filename = configPath
e.stack = contents
e.lineno = -1
throw new polymer.helpers.TerraformError(e)
throw new terraform.helpers.TerraformError(e)
}

if(!cfg.hasOwnProperty('globals')) cfg['globals'] = {}
Expand Down

0 comments on commit e4dbd50

Please sign in to comment.