Skip to content

Commit

Permalink
we all are main! ❤️
Browse files Browse the repository at this point in the history
  • Loading branch information
czar0 committed Dec 25, 2021
1 parent eddd57c commit 11f308d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "FABKIT_VERSION=${FABKIT_VERSION}"
# switch to HEAD branch (probably redundant)
HEAD_BRANCH=master
HEAD_BRANCH=main
# overwrite Fabkit version in .env file
sed -i "s+^FABKIT_VERSION=.*+FABKIT_VERSION=${FABKIT_VERSION}+" .env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- "master"
- "main"
pull_request:
types: [opened, reopened, synchronize]

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ docker run --rm -it --name fabkit -e FABKIT_HOST_ROOT=<FORMATTED_WINDOWS_PATH> -
You can simply download the `install.sh` and run it in your terminal with one command:

```bash
bash <(curl -sL https://raw.githubusercontent.com/everledger/fabkit/master/install.sh)
bash <(curl -sL https://raw.githubusercontent.com/everledger/fabkit/main/install.sh)
```

or, if you have cloned the repo, you can always run the interactive installer to help you configure fabkit.
Expand All @@ -72,7 +72,7 @@ or, if you have cloned the repo, you can always run the interactive installer to
To purge `fabkit` from your system you can run anytime this simply script:

```bash
bash <(curl -sL https://raw.githubusercontent.com/everledger/fabkit/master/uninstall.sh)
bash <(curl -sL https://raw.githubusercontent.com/everledger/fabkit/main/uninstall.sh)
```

or directly from this repo with:
Expand Down Expand Up @@ -209,7 +209,7 @@ fabkit explorer stop

- Username: `admin` | Password: `admin`

- Host: [http://localhost:3000](http://localhost:3000)
- Host: [http://localhost:3333](http://localhost:3333)

Note: If you are using _docker-machine_ replace `localhost` with the docker-machine IP address. You can find this out by running `docker-machine ip`.

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ case $SHELL in
esac

sleep 1
echo "For more information visit: $(cyan "https://github.com/everledger/fabkit/tree/master/docs")"
echo "For more information visit: $(cyan "https://github.com/everledger/fabkit/tree/main/docs")"
echo
echo
green "Have fun! 💃🕺"
2 changes: 1 addition & 1 deletion scripts/network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ initialize_network() {
echo "And then let's fetch it! 🤩 (tip: click on the uri link to explore its journey 🌎)"
loghead "\tfabkit chaincode query mychannel mygocc 1 0 '{\"Args\":[\"get\",\"$key\"]}'\n"
echo
echo "Find more available commands at: $(loginfo "https://github.com/everledger/fabkit/blob/master/docs/chaincode.md")"
echo "Find more available commands at: $(loginfo "https://github.com/everledger/fabkit/blob/main/docs/chaincode.md")"
}

__replace_config_capabilities() {
Expand Down

0 comments on commit 11f308d

Please sign in to comment.