Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Documentation: run just once without loops
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsu Park committed Dec 22, 2016
1 parent f1724e1 commit de745e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following commands are used for public release sign:

```
cd release
for i in fleet-*.tar.gz; do gpg --sign ${i}; done
gpg --sign -u 3F1B2C87 fleet-${VERSION}.tar.gz
# use `CoreOS ACI Builder <[email protected]>` secret key
gpg -u 3F1B2C87 -a --output fleetd-${VERSION}-linux-amd64.aci.asc --detach-sig fleetd-${VERSION}-linux-amd64.aci
```
Expand Down

0 comments on commit de745e2

Please sign in to comment.