Skip to content

Commit abcafc3

Browse files
authored
fix the dev branch's editgraph, as in main
1 parent 5351d7d commit abcafc3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

editgraph

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
which open
33
if [ $? == 0 ]
44
then
5-
open https://controlcore-project.github.io/DHGWorkflow/
5+
open -a 'Google Chrome' https://controlcore-project.github.io/concore-editor/
66
else
77
which xdg-open
88
if [ $? == 0 ]
99
then
10-
xdg-open https://controlcore-project.github.io/DHGWorkflow/
10+
xdg-open https://controlcore-project.github.io/concore-editor/
1111
else
12-
echo "unable to open browser for DHGWorkflow"
12+
echo "unable to open browser for the concore editor."
1313
fi
1414
fi

0 commit comments

Comments
 (0)