This is an automated email from the ASF dual-hosted git repository.
curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 1b8edcc Sigh, fix dumb testing bug
1b8edcc is described below
commit 1b8edcc310567af08e1eb7b59cb19b41b1c8a399
Author: Shane Curcuru <[email protected]>
AuthorDate: Sat May 12 07:24:56 2018 -0400
Sigh, fix dumb testing bug
Send more espresso
---
www/test/dataflow.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/test/dataflow.cgi b/www/test/dataflow.cgi
index 0a976f9..d9931a6 100755
--- a/www/test/dataflow.cgi
+++ b/www/test/dataflow.cgi
@@ -6,7 +6,7 @@ require 'json'
# Command line use: emit replacement for www/public/README.html
# Centralize maintenance of descriptions
-DATAFLOWDATA = '/Users/curcuru/src/g/whimsy/www/test/dataflow.json'
+DATAFLOWDATA = 'dataflow.json'
DATAFLOWDOC = 'https://whimsy.apache.org/test/dataflow.cgi#'
deplist = JSON.parse(File.read(DATAFLOWDATA))
--
To stop receiving notification emails like this one, please contact
[email protected].