summaryrefslogtreecommitdiff
path: root/firehose.configure
diff options
context:
space:
mode:
Diffstat (limited to 'firehose.configure')
-rw-r--r--firehose.configure9
1 files changed, 4 insertions, 5 deletions
diff --git a/firehose.configure b/firehose.configure
index 7d129dd..9c809f6 100644
--- a/firehose.configure
+++ b/firehose.configure
@@ -46,10 +46,10 @@ fi
# Create firehose.conf to store parameters obtained from .morph file
cat >>"$ROOT/etc/firehose.conf" <<EOF
[config]
-gerrit_username = $GERRIT_USERNAME
-gerrit_url = $GERRIT_URL
-git_username = $GIT_USERNAME
-git_email = $GIT_EMAIL
+gerrit-username = $GERRIT_USERNAME
+gerrit-url = $GERRIT_URL
+git-username = $GIT_USERNAME
+git-email = $GIT_EMAIL
EOF
# Become firehose user
@@ -60,4 +60,3 @@ cat >>"$ROOT/home/firehose/.gitconfig" <<EOF
git config --global user.name "$GIT_USER"
git config --global user.email "$GIT_EMAIL"
EOF
-