Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct bash loop in examples #1908

Merged
merged 4 commits into from
Feb 2, 2024
Merged

Commits on Feb 2, 2024

  1. correct bash loop in exampls

    The examples have the ALL_CHANGED_FILES variable in double quotes which prevents bash from expanding it, resulting in:
    ```
    fileA.txt fileB.txt was changed
    ```
    instead of the intended:
    ```
    fileA.txt was changed
    fileB.txt was changed
    ```
    dan-hill2802 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4207191 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jackton1 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2023407 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d97e749 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38f60c0 View commit details
    Browse the repository at this point in the history