Skip to content

Commit

Permalink
fix incorrect changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala committed Sep 13, 2024
1 parent 9fd8dd8 commit b725f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion development/development.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################################
# Nautobot Configuration Environment Variables
NAUTOBOT_ALLOWED_HOSTS=*
NAUTOBOT_BANNER_TOP="Device Onboarding 4.0 Webinar"
NAUTOBOT_BANNER_TOP="Local"
NAUTOBOT_CHANGELOG_RETENTION=0

NAUTOBOT_DEBUG=True
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def is_truthy(arg):
namespace.configure(
{
"nautobot_device_onboarding": {
"nautobot_ver": "2.3.0",
"nautobot_ver": "2.2.3",
"project_name": "nautobot-device-onboarding",
"python_ver": "3.11",
"local": False,
Expand Down

0 comments on commit b725f8d

Please sign in to comment.