Skip to content

Commit ea2d08f

Browse files
committed
Fix typo during token-contracts cloning
1 parent 5d6d848 commit ea2d08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Build token-contracts
3333
command: |
3434
cd $SINGNET_REPOS
35-
git https://github.com/singnet/token-contracts.git
35+
git clone https://github.com/singnet/token-contracts.git
3636
cd token-contracts
3737
npm install
3838
npm run-script compile

0 commit comments

Comments
 (0)