diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-23 14:30:16 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-23 15:17:32 +0200 |
commit | ac8dc10cc9edae026a57f27e226b468df4499065 (patch) | |
tree | c8b49ef5265144d2304b8cd52539c9de8d9a108d | |
parent | b8ae7e38c0c51467ead55361362a0fd0da3666d5 (diff) | |
download | rules-cc-ac8dc10cc9edae026a57f27e226b468df4499065.tar.gz |
Update sample commit in README
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | etc/README.template.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ your `repos.json`. { "repository": { "type": "git" , "branch": "master" - , "commit": "2ea50063460a3e11dfcbb71651540c0d61fddc1a" + , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" , "repository": "https://github.com/just-buildsystem/rules-cc" , "subdir": "rules" } diff --git a/etc/README.template.md b/etc/README.template.md index 517fc0a..169edb5 100644 --- a/etc/README.template.md +++ b/etc/README.template.md @@ -25,7 +25,7 @@ your `repos.json`. { "repository": { "type": "git" , "branch": "master" - , "commit": "2ea50063460a3e11dfcbb71651540c0d61fddc1a" + , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" , "repository": "https://github.com/just-buildsystem/rules-cc" , "subdir": "rules" } |