Fix incorrect name in env name config
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -4,7 +4,7 @@ function configure() {
|
||||
echo "cp .post-commit-hook .git/hooks/post-commit">./configure.sh
|
||||
|
||||
read -p "Enter a name for this environment [development]: " envName
|
||||
local envName=${baseName:-development}
|
||||
local envName=${envName:-development}
|
||||
echo "git config set toolbox-dev-env.name ${envName}">>./configure.sh
|
||||
|
||||
read -p "Enter path of base image [registry.fedoraproject.org/fedora-toolbox]: " baseImage
|
||||
|
||||
Reference in New Issue
Block a user