Skip to content

Commit

Permalink
fix some strings that got garbled
Browse files Browse the repository at this point in the history
  • Loading branch information
andimiller committed Jul 29, 2023
1 parent 460bf14 commit 73d97e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Completion {
val (words, _) = wordsWithHelp.separate
val cond = path.reverse.zipWithIndex
.map { case (cmd, idx) =>
s"\" $$ { cmds[$idx] } \" = \"$cmd\""
s"\"$${cmds[$idx]}\" = \"$cmd\""
}
.mkString("[[ ", " && ", " ]]")
s"""if $cond; then
Expand Down

0 comments on commit 73d97e8

Please sign in to comment.