1
0
Fork 0

added tracing

This commit is contained in:
Christian Kühnel 2019-12-13 16:20:09 +00:00
parent 1d289d2417
commit a695983f76

View file

@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
Set-PSDebug -Trace 1
if (Test-Path -PathType Container .git){ if (Test-Path -PathType Container .git){
Write-Output "performing git pull..." Write-Output "performing git pull..."