Skip to content

Commit

Permalink
Change one missed sonic_device_util reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque committed Aug 13, 2020
1 parent 3c71b45 commit 6ee2538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def config():
global asic_type

try:
version_info = sonic_device_util.get_sonic_version_info()
version_info = device_info.get_sonic_version_info()
asic_type = version_info['asic_type']
except KeyError, TypeError:
raise click.Abort()
Expand Down

0 comments on commit 6ee2538

Please sign in to comment.