Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC committed Nov 9, 2023
1 parent c502c2d commit 46d04a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ concurrency:
on: # yamllint disable-line rule:truthy
workflow_dispatch:
env:
NAMESPACE: cisco
COLLECTION_NAME: nxos
NAMESPACE: ibm
COLLECTION_NAME: qradar
ANSIBLE_COLLECTIONS_PATHS: ./

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[settings]
known_first_party=ansible_collections.cisco.nxos
known_first_party=ansible_collections.ibm.qradar
line_length=100
lines_after_imports=2
lines_between_types=1
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ collections/
# Tracked but manually formatted

# WIP
tests/integration/targets/nxos_config/templates/config.js
README.md

0 comments on commit 46d04a3

Please sign in to comment.