Skip to content

Commit da3cde5

Browse files
author
Kasper Peeters
committed
Silly mistake.
1 parent a96f5f1 commit da3cde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/homebrew-devel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ jobs:
7575
run: cat `which cadabra2`
7676

7777
- name: test simple cli run
78-
run: printf "A+B;\nquit()\n" > tst.cdb && cadabra2 tst.cdb
78+
run: printf "ex:=(A+B) (C+D);\ndistribute(ex);\nquit()\n" > tst.cdb && cadabra2 tst.cdb
7979

0 commit comments

Comments
 (0)