Skip to content

Commit b9c8ab6

Browse files
committed
fix email string
1 parent 9efbdf5 commit b9c8ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ deploy_branch=gh-pages
66

77
#if no user identity is already set in the current git environment, use this:
88
default_username=deploy.sh
9-
default_email=XX1011+$default_user@gmail.com
9+
default_email=XX1011+deploy.sh@gmail.com
1010

1111
#echo expanded commands as they are executed, in case something goes wrong
1212
set -o xtrace

0 commit comments

Comments
 (0)