GoogleCloudPlatform / google-cloud-powershell

PowerShell cmdlets for the Google Cloud Platform
http://googlecloudplatform.github.io/google-cloud-powershell/
Apache License 2.0
135 stars 61 forks source link

Fix a bug where BootstrapCloudToolsForPowershell is not found by Cloud Tools For PowerShell app #596

Closed quoctruong closed 6 years ago

quoctruong commented 6 years ago

The issue is that the "Cloud Tools For PowerShell" application is looking for "BootstrapCloudToolsForPowerShell.ps1" at the wrong place. Also, the bootstrap script itself is importing the module with the wrong directory.


This change is Reviewable

quoctruong commented 6 years ago

Thanks!