Skip to content

Commit

Permalink
Restore operator variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmc3 committed Jan 20, 2021
1 parent 29f6211 commit 7afcba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/fishtape.fish
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function fishtape --description "Test scripts, functions, and plugins in Fish"
set actual (string escape -- $argv[1])
else
set operator $argv[1]
set expected $expectations[(contains --index -- $argv[1] $operators)]
set expected $expectations[(contains --index -- $operator $operators)]
set actual (string escape -- $argv[2])
end

Expand Down

0 comments on commit 7afcba4

Please sign in to comment.