Skip to content

Commit 41dc717

Browse files
committed
Fix typos in CI
1 parent cc11d03 commit 41dc717

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ jobs:
386386
type = "unverified",
387387
pool_id = "pool18r62tz408lkgfu6pq5svwzkh2vslkeg6mf72qf3h8njgvzhx9ce",
388388
},
389-
"1" = {
389+
"2" = {
390390
type = "verified",
391391
pool_id = "",
392392
},

mithril-infra/assets/tools/pool/create-keys.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Create keys and addresses
1010
## Create payment keypair
11-
CARDANO_CLI_CMD address key-gen \s
11+
CARDANO_CLI_CMD address key-gen \
1212
--verification-key-file ${POOL_ARTIFACTS_DIR}/payment.vkey \
1313
--signing-key-file ${POOL_ARTIFACTS_DIR}/payment.skey
1414

@@ -30,7 +30,7 @@ CARDANO_CLI_CMD stake-address build \
3030
--out-file ${POOL_ARTIFACTS_DIR}/stake.addr \
3131
--testnet-magic $NETWORK_MAGIC
3232

33-
# 2. Generate your stake pool keys
33+
# Generate your stake pool keys
3434
## Generate Cold Keys and a Cold_counter
3535
CARDANO_CLI_CMD node key-gen \
3636
--cold-verification-key-file ${POOL_ARTIFACTS_DIR}/cold.vkey \

0 commit comments

Comments
 (0)