Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbenz committed Mar 11, 2019
1 parent 7f16837 commit 8035ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const utils = require('@lib/utils');

const GROW_CONFIG_TEMPLATE_PATH = utils.project.absolute('platform/config/podspec.yaml');
const GROW_CONFIG_DEST = utils.project.absolute('pages/podspec.yaml');
const GROW_OUT_DIR = utils.project.absolute('../platform/pages');
const GROW_OUT_DIR = utils.project.absolute('platform/pages');

class Config {
constructor(environment = 'development') {
Expand Down

0 comments on commit 8035ea4

Please sign in to comment.