diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-02 15:11:12 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-02 15:11:12 +0000 |
| commit | 2d200e2bcecb91eadc5ee211f5bb65aafa645054 (patch) | |
| tree | 9749333a7c8878b833b4642afe3071cf1c14012c /config/.bashrc | |
| parent | 43bcbbd04342faa497725c5b0be3c6d944d850da (diff) | |
| parent | bfd7459419921ff37ee500f0698862eea6788675 (diff) | |
Merge branch '10128-go-modules' into 'master'v3.5.0
Improve license detection in go modules projects
See merge request gitlab-org/security-products/license-management!129
Diffstat (limited to 'config/.bashrc')
| -rw-r--r-- | config/.bashrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/.bashrc b/config/.bashrc index e883436..288d919 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -6,7 +6,6 @@ function inflate() { local file=$1 local to_dir=$2 if [ -f "$file" ]; then - echo "Inflating $file in $to_dir" tar --use-compress-program zstd -xf "$file" -C "$to_dir" rm "$file" fi |
