Skip to content

Commit

Permalink
Merge pull request #150 from leetrout/lee/137-no-found
Browse files Browse the repository at this point in the history
Use ID of stack instead of name
  • Loading branch information
michieldewilde authored Jun 6, 2023
2 parents 318bf52 + 3924177 commit b3753bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/stack/stack_selector.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func findAndSelectStack(ctx context.Context, p *stackSearchParams, forcePrompt b
return "", err
}

selected = result
selected = found[result]
}

return selected, nil
Expand Down

0 comments on commit b3753bd

Please sign in to comment.