Skip to content

Commit

Permalink
fix(test): input
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Jul 16, 2024
1 parent 696d92a commit e1b4629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std/env.ab
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub fun is_command(command: Text): Bool {
pub fun input(prompt: Text): Text {
unsafe $printf "\${nameof prompt}"$
unsafe $read$
return "$REPLY"
return "\$REPLY"
}

pub fun has_failed(command: Text): Bool {
Expand Down

0 comments on commit e1b4629

Please sign in to comment.