Skip to content

Commit

Permalink
Don't quote options
Browse files Browse the repository at this point in the history
  • Loading branch information
troykinsella committed Sep 3, 2019
1 parent a5d1e2f commit c8ce6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/out
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ while read $READSWITCH line; do
if [ "$secure_output" = false ]; then
set -x
fi
fly -t "$target" "$line"
fly -t "$target" $line
)
done <<< "$expanded_options"

Expand Down

0 comments on commit c8ce6d1

Please sign in to comment.