From eb58d8f95a2cc03156f908cf488ce3591e74c1cd Mon Sep 17 00:00:00 2001 From: Nick Charlton Date: Sun, 26 Feb 2012 11:01:23 +0000 Subject: [PATCH] Fixes the file include for the strategy. --- lib/omniauth-pam.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omniauth-pam.rb b/lib/omniauth-pam.rb index a5c9e64..3b3c090 100644 --- a/lib/omniauth-pam.rb +++ b/lib/omniauth-pam.rb @@ -3,4 +3,4 @@ # then the rest of the strategy require "omniauth-pam/version" -require "omniauth/pam" +require "omniauth/strategies/pam"