fix: comment section

This commit is contained in:
Randell Dawson
2018-11-09 15:29:46 -08:00
committed by mrugesh mohapatra
parent ce6129809f
commit 402f61e46d
2 changed files with 7 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
const owner = 'freeCodeCamp';
const repo = 'freeCodeCamp';
require('dotenv').config();
const owner = process.env.REPOSITORY_OWNER;
const repo = process.env.REPOSITORY;
const fccBaseUrl = `https://github.com/${owner}/${repo}/`;
const prBaseUrl = `${fccBaseUrl}pull/`;