diff --git a/Scripts/Bash/Functions/cli_checkPathComponent.sh b/Scripts/Bash/Functions/cli_checkPathComponent.sh index a980bb7..1b7fb9d 100755 --- a/Scripts/Bash/Functions/cli_checkPathComponent.sh +++ b/Scripts/Bash/Functions/cli_checkPathComponent.sh @@ -75,13 +75,6 @@ function cli_checkPathComponent { fi ;; - '--repo-directory' ) - cli_checkPathComponent "$LOCATION" '--default' - if [[ $(dirname $LOCATION) != $(cli_getRepoName $LOCATION 'd') ]]; then - MESSAGE="`eval_gettext "The value \\\`\\\$LOCATION' is not a valid repository directory."`" - fi - ;; - '--default' | * ) if [[ $LOCATION == '' ]] \ || [[ $LOCATION =~ '(\.\.(/)?)' ]] \