Skip to content

Commit

Permalink
fix typo in install step (#526)
Browse files Browse the repository at this point in the history
Signed-off-by: hkadakia <hemil.kadakia@yahooinc.com>

Signed-off-by: hkadakia <hemil.kadakia@yahooinc.com>
  • Loading branch information
hkadakia committed Jan 18, 2023
1 parent cd52efd commit e7ab58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ docker rm -f b1e3f3238f7a

## From the release
```shell
curl -Lo /tmp/setup-scaffolding.sh https://github.com/sigstore/scaffolding/releases/download/v0.4.6/setup-scaffolding-from-release.sh
curl -Lo /tmp/setup-scaffolding-from-release.sh https://github.com/sigstore/scaffolding/releases/download/v0.4.6/setup-scaffolding-from-release.sh
chmod u+x /tmp/setup-scaffolding-from-release.sh
/tmp/setup-scaffolding-from-release.sh
```
Expand Down

0 comments on commit e7ab58b

Please sign in to comment.