Fix can't call duration helper func (#104)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2021-07-03 12:39:54 +08:00
committed by GitHub
parent 882afee629
commit ca270b33c8
4 changed files with 33 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"strconv"
"strings"
"github.com/drone/drone-template-lib/template"
"github.com/appleboy/drone-template-lib/template"
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api"
)