Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
cli: assigning deploymentId to correct variable in interactive mode
Browse files Browse the repository at this point in the history
Change-Id: I4ee478eaba72ec38b7918c008573fb896ae8ee2c
  • Loading branch information
schadr committed May 18, 2016
1 parent d0ef304 commit 0c54fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photon/cli/command/hosts.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func createHost(c *cli.Context) error {
if err != nil {
return err
}
username, err = askForInput("Deployment ID: ", deploymentID)
deploymentID, err = askForInput("Deployment ID: ", deploymentID)
if err != nil {
return err
}
Expand Down

0 comments on commit 0c54fe5

Please sign in to comment.