From d7876e6b45f27e8f43d5b8c48d5959b4175fd47d Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 29 Nov 2015 11:12:29 -0800 Subject: [PATCH] fix --- plugins/source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/source.py b/plugins/source.py index 67a0e5d..70cc5f3 100644 --- a/plugins/source.py +++ b/plugins/source.py @@ -7,4 +7,4 @@ def source(inp): if inp == "pull": os.system("git pull") return "updating..." - return "my source code: https://git.xeserv.us/xena/h2 + return "my source code: https://git.xeserv.us/xena/h2"