diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b85b4d..a35a1af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - run: | make generate if ! git diff --quiet README.md; then - echo "Please run `make generate`" + echo "Please run 'make generate'" git status --short git --no-pager diff README.md exit 1 diff --git a/.gitignore b/.gitignore index 8235dba..dd7b12a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tmp .vagrant +bootstrap.sh