mirror of
https://github.com/aljazceru/omakub.git
synced 2026-02-09 22:34:23 +01:00
Need escaping
This commit is contained in:
@@ -6,5 +6,5 @@ git config --global alias.st status
|
||||
git config --global pull.rebase true
|
||||
|
||||
# Set identification from install inputs
|
||||
git config --global user.name $OMAKUB_USER_NAME
|
||||
git config --global user.email $OMAKUB_USER_EMAIL
|
||||
git config --global user.name "$OMAKUB_USER_NAME"
|
||||
git config --global user.email "$OMAKUB_USER_EMAIL"
|
||||
|
||||
Reference in New Issue
Block a user