main: s/blobs-ipmid/blob-ipmid/ for library path

Fixup a typo in the library path.  The library path will be specified in
a later patchset from the configure.ac by default, but that typo would
have just lived there instead.

Change-Id: Ia9f95fc46e3835781e4dbe3b3fdb2d9d36b7e565
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/main.cpp b/main.cpp
index e680d7c..dda9dec 100644
--- a/main.cpp
+++ b/main.cpp
@@ -63,7 +63,7 @@
 }
 
 /* TODO: this should come from the makefile or recipe... */
-constexpr auto expectedHandlerPath = "/usr/lib/blobs-ipmid";
+constexpr auto expectedHandlerPath = "/usr/lib/blob-ipmid";
 
 void setupBlobGlobalHandler() __attribute__((constructor));