Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
toolbox/entitlement/entitle.sh: do not source ../_common.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kpouget committed May 4, 2021
1 parent 08627f0 commit fa7a4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/entitlement/entitle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extract_entitlement_key() {
}

THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source ${THIS_DIR}/../_common.sh
cd ${THIS_DIR}/../..

echo "Testing if the cluster is already entitled ..."
if toolbox/entitlement/test.sh --no-inspect; then
Expand Down

0 comments on commit fa7a4bd

Please sign in to comment.