@busy-web/cli
Advanced tools
Comparing version 0.7.6 to 0.7.7
{ | ||
"name": "@busy-web/cli", | ||
"version": "0.7.6", | ||
"version": "0.7.7", | ||
"description": "Command line tools to enhance web dev tasks", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -203,3 +203,3 @@ /** | ||
if (branch) { | ||
this.cmd(`git checkout ${branch}`, { hidecmd: true }).then(() => { | ||
return this.cmd(`git checkout ${branch}`, { hidecmd: true }).then(() => { | ||
return branch; | ||
@@ -206,0 +206,0 @@ }); |
54157