From 841b060eecc4a4e6a6cc52034a54b8d7dcbf6452 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 28 Mar 2015 22:33:10 -0400 Subject: [PATCH] Whoops, forgot to remove original code that I was fixing. :) --- 1pass.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1pass.lua b/1pass.lua index a3d027b..4ad02a9 100644 --- a/1pass.lua +++ b/1pass.lua @@ -217,7 +217,7 @@ local function build_secret_menuitem_driverslic(menu, info, secure) end end - local expiredate = secure.expiry_date_yy .. "/" .. string.sub("00" .. secure.expiry_date_mm, -2) + local expiredate = nil if secure.expiry_date_yy ~= nil then expiredate = secure.expiry_date_yy if secure.expiry_date_mm ~= nil then