Skip to content

Commit

Permalink
Merge pull request #111 from Malwarebytes/v1.6.2
Browse files Browse the repository at this point in the history
Version 1.6.2
  • Loading branch information
jboursier-mwb authored Jan 14, 2025
2 parents a32343f + e4c96cb commit f003fb1
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 103 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ shell: ## Generate the shell autocompletion
_GHAS_CLI_COMPLETE=source_bash ghas-cli > ghas-cli-complete.sh || true

deps: ## Fetch or update dependencies
$(POETRY) update --without dev
$(POETRY) update

help:
@awk -F ':|##' '/^[^\t].+?:.*?##/ { printf "\033[36m%-30s\033[0m %s\n", $$1, $$NF }' $(MAKEFILE_LIST) | sort
Expand Down
Loading

0 comments on commit f003fb1

Please sign in to comment.