Small change
This commit is contained in:
parent
6852a104ba
commit
ec158934ec
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ main() {
|
|||
process() {
|
||||
folder="$1"
|
||||
name=$(basename "$folder")
|
||||
name_without_date=$(echo "$name" | sed -E 's/procedure_//g; s/_202.+//g')
|
||||
name_without_date=$(echo "$name" | sed -E 's/procedure_//g; s/_[0-9]+$//g')
|
||||
display_name=$(echo "$name_without_date" | sed -E 's/-/ /g; s/_/ /g')
|
||||
|
||||
verbose -n "Pulling ${name}... "
|
||||
|
|
Loading…
Reference in a new issue