We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5351d7d commit abcafc3Copy full SHA for abcafc3
1 file changed
editgraph
@@ -2,13 +2,13 @@
2
which open
3
if [ $? == 0 ]
4
then
5
- open https://controlcore-project.github.io/DHGWorkflow/
+ open -a 'Google Chrome' https://controlcore-project.github.io/concore-editor/
6
else
7
which xdg-open
8
9
10
- xdg-open https://controlcore-project.github.io/DHGWorkflow/
+ xdg-open https://controlcore-project.github.io/concore-editor/
11
12
- echo "unable to open browser for DHGWorkflow"
+ echo "unable to open browser for the concore editor."
13
fi
14
0 commit comments