Skip to content

Commit

Permalink
Merge pull request #5575 from craigcomstock/ENT-11969/master
Browse files Browse the repository at this point in the history
ENT-11969: Fixed masterfiles-stage.sh -c|--check-only option parsing
  • Loading branch information
vpodzime authored Jul 10, 2024
2 parents 305ea57 + d9c8789 commit a017384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/masterfiles-stage/masterfiles-stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ debug_mode=false
check_only=false

# Process using getopts
while getopts ":d:p:vD" option; do
while getopts ":d:p:vDc" option; do
case "$option" in
d)
MASTERDIR="$OPTARG"
Expand Down

0 comments on commit a017384

Please sign in to comment.