Skip to content

Commit

Permalink
update: script
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 11, 2023
1 parent d9274d2 commit ef43827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/library/term.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GIT_REPO=https://github.com/codekow/demo-ai-gitops-catalog.git

term_init(){
# avoid making everyone mad
grep -q 'OpenShift Web Terminal' ~/.bashrc && return 1
grep -q 'OpenShift Web Terminal' ~/.bashrc || return 1

# shellcheck disable=SC2028
echo "
Expand Down

0 comments on commit ef43827

Please sign in to comment.