diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-15 10:06:42 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-15 10:07:55 -0400 |
| commit | 70b15e3b4699b602b5fc207050076f7948a18aef (patch) | |
| tree | 509bbdbcb4929be8377ab5e0ce69ac227d4ce2a1 /static | |
| parent | 2e9fbff6945435a1061ebe7908805d1dd6598920 (diff) | |
use regular verify-tag output, drop plans to parse
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 624ce0cf..68ebf05d 100644 --- a/static/build.html +++ b/static/build.html @@ -247,7 +247,7 @@ repo init -u https://github.com/GrapheneOS/platform_manifest.git -b refs/tags/TA <pre>gpg --recv-keys 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A cd .repo/manifests -git verify-tag --raw $(git describe) +git verify-tag $(git describe) cd ../..</pre> <p>Complete the source tree download:</p> |
