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

fix validate.sh #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix validate.sh #116

wants to merge 1 commit into from

Conversation

reinthal
Copy link

@reinthal reinthal commented Sep 26, 2024

Whats the issue?

Validation scripts throws an error when trying o run scripts/validate.sh locally

How can I reproduce this issue?

Make a template from this repo install yq version 3.2.2 and run scripts/validate.sh

How did I test?

Apply patch and run scripts/validate.sh

Comment on fix

Fix adds dependency on the tool cat being available on the system.

Environment

 yq --version
yq 3.2.2
❯ cat /etc/os-release
ANSI_COLOR="1;34"
BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues"
BUILD_ID="24.11.20240917.658e722"
DOCUMENTATION_URL="https://nixos.org/learn.html"
HOME_URL="https://nixos.org/"
ID=nixos
IMAGE_ID=""
IMAGE_VERSION=""
LOGO="nix-snowflake"
NAME=NixOS
PRETTY_NAME="NixOS 24.11 (Vicuna)"
SUPPORT_URL="https://nixos.org/community.html"
VERSION="24.11 (Vicuna)"
VERSION_CODENAME=vicuna
VERSION_ID="24.11"

Signed-off-by: Alexander Reinthal <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant