mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
chore: Add bash version to required info in bug repports
This commit is contained in:
parent
331e751973
commit
b425e23e23
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ Linux DESKTOP-C7315EF 5.4.72-microsoft-standard-WSL2 #1 SMP Wed Oct 28 23:40:43
|
||||||
<!-- For check all needed version run next script:
|
<!-- For check all needed version run next script:
|
||||||
|
|
||||||
$0 << EOF
|
$0 << EOF
|
||||||
|
bash --version | head -n 1 2>/dev/null || echo "bash SKIPPED"
|
||||||
pre-commit --version 2>/dev/null || echo "pre-commit SKIPPED"
|
pre-commit --version 2>/dev/null || echo "pre-commit SKIPPED"
|
||||||
terraform --version | head -n 1 2>/dev/null || echo "terraform SKIPPED"
|
terraform --version | head -n 1 2>/dev/null || echo "terraform SKIPPED"
|
||||||
python --version 2>/dev/null || echo "python SKIPPED"
|
python --version 2>/dev/null || echo "python SKIPPED"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue