From 5f9b6a66991df0140d11447aec5d21841076885c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 5 Dec 2013 08:47:51 +0000 Subject: [PATCH] fix(cloudcmd) path -> link --- cloudcmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudcmd.js b/cloudcmd.js index 3ace7ec0..42b02abe 100644 --- a/cloudcmd.js +++ b/cloudcmd.js @@ -30,7 +30,7 @@ FILE_TMPL = HTMLDIR + 'file.html', PATH_TMPL = HTMLDIR + 'path.html', - LINK_TMPL = HTMLDIR + 'path.html', + LINK_TMPL = HTMLDIR + 'link.html', FileTemplate, PathTemplate, LinkTemplate,