mirror of
https://github.com/block/goose.git
synced 2026-06-02 06:19:33 +02:00
lowercase g in goose (#4832)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
description = "Goose - An AI agent CLI";
|
||||
description = "goose - An AI agent CLI";
|
||||
|
||||
inputs = {
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
@@ -105,7 +105,7 @@
|
||||
]);
|
||||
|
||||
shellHook = ''
|
||||
echo "Goose development environment"
|
||||
echo "goose development environment"
|
||||
echo "Rust version: $(rustc --version)"
|
||||
echo ""
|
||||
echo "Commands:"
|
||||
|
||||
Reference in New Issue
Block a user