Skip to content

Commit dc121f1

Browse files
author
Tarak Ben Youssef
committed
fix cli name
1 parent 6234d8b commit dc121f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Flow CLI
1616
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
1717
- name: Flow cli Version
18-
run: flow-c1 version
18+
run: flow version
1919
- name: Update PATH
2020
run: echo "/root/.local/bin" >> $GITHUB_PATH
2121
- name: Run tests

0 commit comments

Comments
 (0)