From 6a5c45fb4d567e5f4bd08b1f5b6eea867069a34a Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Sun, 21 Jan 2018 13:48:53 +0100 Subject: [PATCH] Changes `sstephenson/bats` to `bats-core/bats-core`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78691d0..f21caea 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts * [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools * [bashwithnails](https://github.com/mindaugasbarysas/bashwithnails) - a Bash framework written just for fun with testing, dependency management & packaging -* [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System +* [bats](https://github.com/bats-core/bats-core) - Bash Automated Testing System * [crash](https://github.com/molovo/crash) - Proper error handling, exceptions and try/catch for ZSH * [Fishtape](https://github.com/fisherman/fishtape) - TAP producer and test harness for fish * [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions