Comparing version 1.2.7 to 1.2.8
@@ -47,3 +47,3 @@ const axios = require('axios'); | ||
// Get org repo url | ||
const filePath = path.join(__dirname, 'jwz/github/api.properties'); | ||
const filePath = path.join(__dirname, 'github/api.properties'); | ||
const config = readPropertiesFile(filePath); | ||
@@ -113,3 +113,3 @@ const replacements = { | ||
// Get org repo url | ||
const filePath = path.join(__dirname, 'jwz/github/api.properties'); | ||
const filePath = path.join(__dirname, 'github/api.properties'); | ||
const config = readPropertiesFile(filePath); | ||
@@ -116,0 +116,0 @@ |
{ | ||
"name": "jwz", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "Utils", | ||
@@ -5,0 +5,0 @@ "repository": { |
7215