Comparing version
{ | ||
"name": "git-pwa", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "git to use in a progressive web app", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -196,3 +196,3 @@ import fs from 'fs'; | ||
let filelist = ['', `on branch ${oConfig.ref}`]; | ||
filelist.push(`${this.argv._[2]} complete ${rc}`); | ||
filelist.push(`${this.argv._[2]} complete ${rc?rc:""}`); | ||
return filelist.join('\n'); | ||
@@ -199,0 +199,0 @@ } else { |
15480
0.04%