diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2019-07-04 12:02:14 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2019-07-04 12:02:14 +0200 |
commit | ec5e6a0aea7a2892f66ca1d196d83af521ca3955 (patch) | |
tree | 3489964340e346347a21793e282d9986ad68e7da /contrib | |
parent | 123b370aa19e65864f1986e9f62cdeb511fa4fbd (diff) | |
download | crocoite-ec5e6a0aea7a2892f66ca1d196d83af521ca3955.tar.gz crocoite-ec5e6a0aea7a2892f66ca1d196d83af521ca3955.tar.bz2 crocoite-ec5e6a0aea7a2892f66ca1d196d83af521ca3955.zip |
Rename cli utils
crocoite-recursive is now just crocoite, crocoite-grab is not
user-facing any more and called crocoite-single.
In preparation for 1.0 release.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/dashboard.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dashboard.js b/contrib/dashboard.js index b854106..b5520dc 100644 --- a/contrib/dashboard.js +++ b/contrib/dashboard.js @@ -72,7 +72,7 @@ ws.onmessage = function (event) { } else if (rmsg.uuid == '5b8498e4-868d-413c-a67e-004516b8452c') { /* recursion status */ Object.assign (j.stats, rmsg); - } else if (rmsg.uuid == '1680f384-744c-4b8a-815b-7346e632e8db') { + } else if (rmsg.uuid == 'd1288fbe-8bae-42c8-af8c-f2fa8b41794f') { /* fetch */ j.addUrl (rmsg.url); } |