diff options
Diffstat (limited to 'common')
-rw-r--r--[-rwxr-xr-x] | common/files/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/files/init b/common/files/init index 3498d56..f416b34 100755..100644 --- a/common/files/init +++ b/common/files/init @@ -59,7 +59,7 @@ prompt AUTHOR_NAME "The name of the author (or authors)" "$(git config --get use prompt AUTHOR_EMAIL "The email of the author (or authors)" "$(git config --get user.email)" # cog change-log variables -prompt REMOTE "The remote, this project will be pushed to" "codeberg.org" +prompt REMOTE "The remote, this project will be pushed to" "git.vhack.eu" prompt REPOSITORY "The name of the repository in the remote" "$APPLICATION_NAME" prompt OWNER "The name of owner of the repository" "$AUTHOR_NAME" |