Skip to content

Commit

Permalink
fix bug in doUpgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Oct 8, 2017
1 parent 9e14a62 commit 05362a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ doUpgrade = (config) ->

interfaceName = config.interface
envRoots = config.envRoots
platforms = Object.keys config.platforms ## hack!!! TDOD: remove global platforms

copyDevEnvironmentFiles(interfaceName, projNameHyph, projName, envRoots.dev)
copyProdEnvironmentFiles(interfaceName, projNameHyph, projName, envRoots.prod)
Expand Down

0 comments on commit 05362a9

Please sign in to comment.