Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--%HOME%/.bash_utils/git.sh2
-rw-r--r--%HOME%/.bash_utils/path.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/%HOME%/.bash_utils/git.sh b/%HOME%/.bash_utils/git.sh
index 772750b..1d9a919 100644
--- a/%HOME%/.bash_utils/git.sh
+++ b/%HOME%/.bash_utils/git.sh
@@ -5,7 +5,7 @@
# For details, see https://github.com/egor-tensin/cygwin-home.
# Distributed under the MIT License.
-source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/text.sh"
+source "$HOME/.bash_utils/text.sh"
list_repo_files() (
set -o errexit -o nounset -o pipefail
diff --git a/%HOME%/.bash_utils/path.sh b/%HOME%/.bash_utils/path.sh
index 322e802..644ed00 100644
--- a/%HOME%/.bash_utils/path.sh
+++ b/%HOME%/.bash_utils/path.sh
@@ -5,7 +5,7 @@
# For details, see https://github.com/egor-tensin/cygwin-home.
# Distributed under the MIT License.
-source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/text.sh"
+source "$HOME/.bash_utils/text.sh"
add_missing_path() (
set -o errexit -o nounset -o pipefail