pulumi/changelog/pending
Fraser Waters 3b97bf5788 Fix cloning from ADO repos
Small path bug, "git clone" by default clones to a new folder based on
the last part of the repo name. So running something like `pulumi new
https://fraser0275@dev.azure.com/fraser0275/fraser/_git/fraser` resulted
in us making a folder like /tmp/pulumi-templates-1234/fraser with all
the templates in it. That last part of the path was unexpected, because
when we use gogit it clones directly into the target directory we give
it.

Simple fix to just add `.` to the git clone command. I also added some
logging while I was about here, given it helped me work out this issue.
2022-10-07 08:27:46 +01:00
..
20221004--docs--more-flexible-doc-parsing.yaml CL 2022-10-03 18:10:00 -07:00
20221005--sdkgen-python--py-sdkgen-fix-dangling-type-refs-tfbridge20.yaml Add CHANGELOG 2022-10-05 15:39:15 -04:00
20221006--cli-new--fix-ado-repos.yaml Fix cloning from ADO repos 2022-10-07 08:27:46 +01:00