Skip to content

Commit 1210132

Browse files
trisch-mearminru
andauthored
[chore] update hint for running make command (open-telemetry#876)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
1 parent eb74955 commit 1210132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ jobs:
105105
- name: Components dropdown in issue templates
106106
run: |
107107
make generate-gh-issue-templates
108-
git diff --exit-code '.github/ISSUE_TEMPLATE' || (echo 'Dropdowns in issue templates is out of date, please run "make generate-gh-issue-templates" and commit the changes in this PR.' && exit 1)
108+
git diff --exit-code '.github/ISSUE_TEMPLATE' || (echo 'Dropdowns in issue templates is out of date, please run "make generate-gh-issue-templates" and commit the changes in this PR. Please note, if you are running it on Mac OS X, please make sure to use GNU version of sed instead of default "sed".' && exit 1)

0 commit comments

Comments
 (0)