Update 'capture.ps1'

This commit is contained in:
cbrand 2023-03-30 02:04:32 -07:00
parent 93151a593d
commit 9f35609b9e

View File

@ -30,7 +30,3 @@ foreach ($file in $fileList) {
} }
} }
} }
git add -A .
git commit -am "Committing files $([System.DateTime]::Now.ToUniversalTime())"
git push