Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
dupontz committed Sep 16, 2024
1 parent 0024117 commit bb73514
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bastion/launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func CreateBastion(c *cli.Context) (string, string, error) {
publicIpAddress bool
bastionInstanceId string
volumeEncryption bool
volumeType string
volumeType string
)
//Check if theres a better way to create a default instance? eg: call CmdLaunchLinuxBastion with some spoofed cli context? but somehow return instance id

Expand Down Expand Up @@ -259,7 +259,6 @@ func CmdLaunchWindowsBastion(c *cli.Context) error {
}

instanceType = c.String("instance-type")
log.Printf("Encryption %v minutes", volumeEncryption)
if c.Bool("rdp") {
log.Println("creating keypair for rdp password decryption ...")

Expand Down

0 comments on commit bb73514

Please sign in to comment.