From f992d6aee789d2bff8dc78382225e338d74cda5a Mon Sep 17 00:00:00 2001 From: Maarten Weyns Date: Sun, 5 Nov 2023 11:30:27 +0100 Subject: [PATCH] Change icpc-logos repo location --- docker/domserver/scripts/bin/import_affiliations | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/domserver/scripts/bin/import_affiliations b/docker/domserver/scripts/bin/import_affiliations index adea4d6a..9796f8b3 100644 --- a/docker/domserver/scripts/bin/import_affiliations +++ b/docker/domserver/scripts/bin/import_affiliations @@ -1,7 +1,7 @@ #!/bin/bash # # -# ARG_POSITIONAL_SINGLE([git-repository],[Github repository to download the affiliations from (optional)],[robertdijk/icpc-logos]) +# ARG_POSITIONAL_SINGLE([git-repository],[Github repository to download the affiliations from (optional)],[WISVCH/icpc-logos]) # ARG_HELP([Import logos and affiliations from a github repo]) # ARGBASH_GO() # needed because of Argbash --> m4_ignore([ @@ -29,7 +29,7 @@ begins_with_short_option() # THE DEFAULTS INITIALIZATION - POSITIONALS _positionals=() -_arg_git_repository="robertdijk/icpc-logos" +_arg_git_repository="WISVCH/icpc-logos" # THE DEFAULTS INITIALIZATION - OPTIONALS @@ -37,7 +37,7 @@ print_help() { printf '%s\n' "Import logos and affiliations from a github repo" printf 'Usage: %s [-h|--help] []\n' "$0" - printf '\t%s\n' ": Github repository to download the affiliations from (optional) (default: 'robertdijk/icpc-logos')" + printf '\t%s\n' ": Github repository to download the affiliations from (optional) (default: 'WISVCH/icpc-logos')" printf '\t%s\n' "-h, --help: Prints help" }