Replace hashes with underscores
This commit is contained in:
parent
2143237c7f
commit
2aa1549499
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ do
|
|||
;;
|
||||
"--project-codename"|"-p")
|
||||
shift
|
||||
PROJECT_CODENAME="${1}"
|
||||
PROJECT_CODENAME="${1//-/_}"
|
||||
shift
|
||||
;;
|
||||
"--version"|"-v")
|
||||
|
|
Loading…
Reference in a new issue