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

grep is spelled wrong in is_alpine function #45

Open
jneese opened this issue Apr 11, 2023 · 1 comment
Open

grep is spelled wrong in is_alpine function #45

jneese opened this issue Apr 11, 2023 · 1 comment

Comments

@jneese
Copy link

jneese commented Apr 11, 2023

grepOutput = subprocess.run("gfrep -w NAME /etc/os-release", capture_output=True, shell=True)

should be

grepOutput = subprocess.run("grep -w NAME /etc/os-release", capture_output=True, shell=True)

@Lucas-C
Copy link

Lucas-C commented Oct 3, 2024

This has been fixed in e0c57c9

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

No branches or pull requests

2 participants