Skip to content

Commit

Permalink
Read data from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gfiumara committed Feb 14, 2022
1 parent 2cd0b10 commit 1d1ad3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slapsegiii/validation/validate
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ check_validation_version()
{
# URL with the most recent version number of the validation package
local version_url="https://raw.githubusercontent.com/usnistgov/"
local version_url+="slapseg/ubuntu/slapsegiii/validation/VERSION"
local version_url+="slapseg/master/slapsegiii/validation/VERSION"
# Confirm validation package version, if possible
local checked=0

Expand Down Expand Up @@ -1653,11 +1653,11 @@ print_instructions()
print_couldnt_check_version()
{
# URL where information about the validation package can be found
local info_url="https://github.com/usnistgov/slapseg/tree/ubuntu/"
local info_url="https://github.com/usnistgov/slapseg/tree/master/"
info_url+="slapsegiii/validation"
# URL where the version of the validation driver can be found
local vers_url="https://github.com/usnistgov/slapseg/tree/ubuntu/"
local vers_url="https://github.com/usnistgov/slapseg/tree/master/"
vers_url+="slapsegiii/validation/VERSION"
local msg="IMPORTANT: This script was unable to check, so please "
Expand Down

0 comments on commit 1d1ad3c

Please sign in to comment.