Skip to content

Commit 394abbf

Browse files
authored
Merge pull request #631 from input-output-hk/jpraynaud/563-fix-mithril-infra
Fix typos in CI
2 parents 42d9bd9 + 41dc717 commit 394abbf

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
@@ -394,7 +394,7 @@ jobs:
394394
type = "unverified",
395395
pool_id = "pool18r62tz408lkgfu6pq5svwzkh2vslkeg6mf72qf3h8njgvzhx9ce",
396396
},
397-
"1" = {
397+
"2" = {
398398
type = "verified",
399399
pool_id = "",
400400
},

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)