Skip to content

Commit

Permalink
Merge pull request #423 from gtmills/move-to-2021.2
Browse files Browse the repository at this point in the history
Move schemapack default to 2021.2
  • Loading branch information
mraineri authored Oct 1, 2021
2 parents ba41414 + e907682 commit b0e12fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema_pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import requests

# live_zip_uri = 'http://redfish.dmtf.org/schemas/DSP8010_2021.1.zip'
live_zip_uri = 'https://www.dmtf.org/sites/default/files/standards/documents/DSP8010_2021.1.zip'
live_zip_uri = 'https://www.dmtf.org/sites/default/files/standards/documents/DSP8010.zip'

my_logger = logging.getLogger()

Expand Down Expand Up @@ -59,4 +59,4 @@ def setup_schema_pack(uri, local_dir):

args = argget.parse_args()

setup_schema_pack(args.source, args.schema_directory)
setup_schema_pack(args.source, args.schema_directory)

0 comments on commit b0e12fb

Please sign in to comment.