Skip to content

Commit

Permalink
Merge branch 'master' into fix-ga-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
amshamah419 authored Sep 8, 2024
2 parents 9ce421d + 6afa230 commit a5b611f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Demisto Client for Python

[![PyPI version](https://badge.fury.io/py/demisto-py.svg)](https://badge.fury.io/py/demisto-py)
[![CircleCI](https://circleci.com/gh/demisto/demisto-py/tree/master.svg?style=svg)](https://circleci.com/gh/demisto/demisto-py/tree/master)


A Python library for the Demisto API.
Expand Down
1 change: 1 addition & 0 deletions verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set -e

# Verify that code-gen.sh doesn't generate a diff
bash ./gen-code.sh </dev/null # Ensure non-interactive mode

# we diff only the code
DIFF_OUT=$(git diff -- demisto_client)

Expand Down

0 comments on commit a5b611f

Please sign in to comment.