thoughtworks / talisman

Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys.
https://thoughtworks.github.io/talisman/
MIT License
1.91k stars 241 forks source link

Fix unbound variable error in global install script #313

Closed tinamthomas closed 3 years ago

tinamthomas commented 3 years ago

while installing talisman ran into this error : /tmp/install_talisman.bash: line 127: OS: unbound variable

codecov[bot] commented 3 years ago

Codecov Report

Merging #313 (034e6f1) into master (5a4e82d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #313   +/-   ##
=======================================
  Coverage   71.30%   71.30%           
=======================================
  Files          31       31           
  Lines        1488     1488           
=======================================
  Hits         1061     1061           
  Misses        385      385           
  Partials       42       42           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5a4e82d...034e6f1. Read the comment docs.