Skip to content

Commit 4e93e46

Browse files
committed
Fix syntax error
1 parent 6db01da commit 4e93e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ jobs:
123123
steps:
124124
- name: Install mongo-tools
125125
run: |
126-
wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.6.1.deb
127-
sudo apt install ./mongodb-database-tools-*-100.6.1.deb
126+
wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.6.1.deb
127+
sudo apt install ./mongodb-database-tools-*-100.6.1.deb
128128
129129
- name: Checkout
130130
uses: actions/checkout@v3

0 commit comments

Comments
 (0)