Skip to content

Commit 4e2e784

Browse files
Fixes :appname option (typo)
1 parent fa6fe94 commit 4e2e784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/mongo_db_connection.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ defmodule Mongo.MongoDBConnection do
137137
end
138138

139139
defp hand_shake(opts, state) do
140-
wire_version(state, driver(opts[:appyname] || "My killer app"))
140+
wire_version(state, driver(opts[:appname] || "My killer app"))
141141
end
142142

143143
defp driver(appname) do

0 commit comments

Comments
 (0)