diff --git a/hpcloud.module b/hpcloud.module
index 4f3d77e..da89900 100644
--- a/hpcloud.module
+++ b/hpcloud.module
@@ -292,7 +292,7 @@ function _hpcloud_library_path() {
 
   // See if Library is installed.
   if (function_exists('libraries_get_path')) {
-    $path = libraries_get_path('HPCloud-PHP', TRUE);
+    $path = libraries_get_path('HPCloud-PHP', FALSE);
     if ($path !== FALSE) {
       return $path . '/src';
     }
