Skip to content

Commit

Permalink
Use https://elegant-git.bees-hive.org` as a relevant site URL
Browse files Browse the repository at this point in the history
  • Loading branch information
extsoft committed Jul 21, 2019
1 parent 9b50cf8 commit 6204217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libexec/git-elegant
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ __red=`tput setaf 1`
__green=`tput setaf 2`
__magenta=`tput setaf 5`
__reset=`tput sgr0`
__site="http://elegant-git.extsoft.pro"
__site="https://elegant-git.bees-hive.org"

box(){
t="$@xxxxxx"
Expand Down
2 changes: 1 addition & 1 deletion tests/git-elegant-push.bats
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ teardown() {
fake-pass git "push --set-upstream --force origin master:master"
check git-elegant push
[ "$status" -eq 81 ]
[ "${lines[1]}" = "== No pushes to 'master' branch. Read more on http://elegant-git.extsoft.pro ==" ]
[ "${lines[1]}" = "== No pushes to 'master' branch. Read more on https://elegant-git.bees-hive.org ==" ]
}

0 comments on commit 6204217

Please sign in to comment.