From 17a74f5813d1fe589532ae346c76c6ce47f553da Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Sat, 18 Jan 2020 15:48:47 -0500
Subject: padded uptime calculation in jarvis
---
examples/jarvis.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/jarvis.js b/examples/jarvis.js
index 0f0e1f1..d04218c 100644
--- a/examples/jarvis.js
+++ b/examples/jarvis.js
@@ -87,7 +87,7 @@ var notifsrc = '\
\n\
For a node.js YWOT api: \n\
& git.hrhr.dev/ywot-clean \n\
-& Try `COMMAND` today. Uptime: UPTIME.\n\
+& Try `COMMAND` today. Uptime: UPTIME. \n\
& Called: JARVISx ~SIGNATURE \n\
'
notifsrc = notifsrc.replace('COMMAND', command).replace('SIGNATURE', sig);
--
cgit