Skip to content

Commit

Permalink
Merge pull request #38 from schrodervictor/fixes-appname-opt
Browse files Browse the repository at this point in the history
Fixes :appname option (typo)
  • Loading branch information
zookzook committed Jan 22, 2020
2 parents 42eb793 + 4e2e784 commit 1644467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongo/mongo_db_connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ defmodule Mongo.MongoDBConnection do
end

defp hand_shake(opts, state) do
wire_version(state, driver(opts[:appyname] || "My killer app"))
wire_version(state, driver(opts[:appname] || "My killer app"))
end

defp driver(appname) do
Expand Down

0 comments on commit 1644467

Please sign in to comment.