summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-08 15:57:31 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-08 16:05:11 +1100
commit4a1d23dc27f61e936fb3b582f02e2bba473c3b19 (patch)
treeb6db7e8b5d743476d0e2f0686da132e16a1cfb17 /CONTRIBUTING.md
parent7539929703d76b4228a034ca7524293744839c3d (diff)
bump gocui
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 574088cb7..d5553c637 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -46,7 +46,7 @@ Sometimes you will need to make a change in the gocui fork (https://github.com/j
4. After that PR is merged, make a PR in lazygit bumping the gocui version. You can bump the version by running the following at the lazygit repo root:
```sh
-./bump_gocui.sh
+./scripts/bump_gocui.sh
```
5. Raise a PR in lazygit with those changes