Skip to content

Commit

Permalink
Change icpc-logos repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenweyns committed Nov 5, 2023
1 parent bc956ad commit f992d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/domserver/scripts/bin/import_affiliations
Original file line number Diff line number Diff line change
@@ -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([
Expand Down Expand Up @@ -29,15 +29,15 @@ 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


print_help()
{
printf '%s\n' "Import logos and affiliations from a github repo"
printf 'Usage: %s [-h|--help] [<git-repository>]\n' "$0"
printf '\t%s\n' "<git-repository>: Github repository to download the affiliations from (optional) (default: 'robertdijk/icpc-logos')"
printf '\t%s\n' "<git-repository>: Github repository to download the affiliations from (optional) (default: 'WISVCH/icpc-logos')"
printf '\t%s\n' "-h, --help: Prints help"
}

Expand Down

0 comments on commit f992d6a

Please sign in to comment.