Skip to content

Commit

Permalink
Merge pull request #26 from EncoreTechnologies/hotfix/build-fix
Browse files Browse the repository at this point in the history
Hotfix/build fix
  • Loading branch information
nmaludy committed Mar 11, 2021
2 parents 9948881 + 9f7d425 commit 8036a2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.2

- Fixed small linting error and pushing a new version.

## 1.0.1

- Corrected numerous typos and inaccurate descriptions in the code
Expand Down
1 change: 0 additions & 1 deletion actions/update_node_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def run(self, node, ipaddress):
send_user_error(error_msg)
raise ValueError(error_msg)


kargs = {"IPAddress": ipaddress}

orion_data = self.update(orion_node.uri, **kargs)
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
- ncm
- npm
- monitoring
version: 1.0.1
version: 1.0.2
python_versions:
- "3"
author: Encore Technologies
Expand Down

0 comments on commit 8036a2e

Please sign in to comment.