Skip to content

Commit

Permalink
/binary forgotten
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Nov 15, 2018
1 parent 47320fa commit 9f5bb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effi_elixir.erl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ when is_binary( ExtendedScript ),
bind_singleton_boolean( ArgName, Value )
when is_binary( ArgName ),
is_binary( Value ) ->
<<ArgName/binary, " = ", Value, "\n">>.
<<ArgName/binary, " = ", Value/binary, "\n">>.


-spec bind_singleton_string( ArgName :: binary(), Value :: binary() ) ->
Expand Down

0 comments on commit 9f5bb64

Please sign in to comment.