Skip to content

Commit

Permalink
Fix npm script
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed May 29, 2024
1 parent 7f7e0bc commit 29f85f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/ai/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func HowCmd(c *cli.Context) error {
"NOTE: This is a beta version and it supports mostly Artifactory and Xray commands.\n"))

for {
question := ""
var question string
scanner := bufio.NewScanner(os.Stdin)
fmt.Print("🐸 Your Request: ")
for {
Expand Down

0 comments on commit 29f85f7

Please sign in to comment.