Skip to content

Commit

Permalink
move to OpenForgeProject (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgy93 authored Nov 21, 2024
1 parent e18a2fa commit ebd94dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<h1 align="center">ddev-gum</h1>
</div>

[![tests](https://github.com/Morgy93/ddev-gum/actions/workflows/tests.yml/badge.svg)](https://github.com/Morgy93/ddev-gum/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)
[![tests](https://github.com/OpenForgeProject/ddev-gum/actions/workflows/tests.yml/badge.svg)](https://github.com/OpenForgeProject/ddev-gum/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)

## What is Gum?

> A tool for glamorous shell scripts. Leverage the power of [Bubbles](https://github.com/charmbracelet/bubbles) and [Lip Gloss](https://github.com/charmbracelet/lipgloss) in your scripts and aliases without writing any Go code!
>
> ![gum](https://github.com/Morgy93/ddev-gum/assets/7961978/426f48a5-f02e-423e-a894-ca54bd2cd0d1)
> ![gum](https://github.com/OpenForgeProject/ddev-gum/assets/7961978/426f48a5-f02e-423e-a894-ca54bd2cd0d1)
For more information, see the [official repository](https://github.com/charmbracelet/gum) or visit <https://charm.sh/>.

Expand All @@ -25,7 +25,7 @@ YouTube Shorts: [Gum: Write Glamorous Shell Scripts](https://www.youtube.com/wat
## Installation

```shell
ddev add-on get Morgy93/ddev-gum
ddev add-on get OpenForgeProject/ddev-gum
ddev restart
```

Expand Down
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ setup() {
export TESTDIR=~/tmp/test-gum
mkdir -p $TESTDIR
export PROJNAME=test-gum
export DDEV_ADDON=Morgy93/ddev-gum
export DDEV_ADDON=OpenForgeProject/ddev-gum
export DDEV_NON_INTERACTIVE=true
ddev delete -Oy ${PROJNAME} >/dev/null 2>&1 || true
cd "${TESTDIR}"
Expand Down

0 comments on commit ebd94dd

Please sign in to comment.