@eclipse-che/theia-generator
Advanced tools
Comparing version 0.0.1-1543568125 to 0.0.1-1544787064
@@ -60,3 +60,3 @@ "use strict"; | ||
const commandClonedDir = new command_1.Command(clonedDir); | ||
yield commandClonedDir.exec(`git checkout ${checkoutTo}`); | ||
yield commandClonedDir.exec(`git checkout -f ${checkoutTo}`); | ||
} | ||
@@ -63,0 +63,0 @@ return clonedDir; |
{ | ||
"name": "@eclipse-che/theia-generator", | ||
"version": "0.0.1-1543568125", | ||
"version": "0.0.1-1544787064", | ||
"description": "Eclipse Che - Theia tooling", | ||
@@ -5,0 +5,0 @@ "author": "Florent Benoit", |
@@ -55,3 +55,3 @@ /********************************************************************* | ||
const commandClonedDir = new Command(clonedDir); | ||
await commandClonedDir.exec(`git checkout ${checkoutTo}`); | ||
await commandClonedDir.exec(`git checkout -f ${checkoutTo}`); | ||
} | ||
@@ -58,0 +58,0 @@ |
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
108542