Skip to content

Commit 112e938

Browse files
committed
Change error message for devbox add when a package is not found
1 parent 92bb293 commit 112e938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/boxcli/add.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"go.jetpack.io/devbox/internal/nix"
1414
)
1515

16-
const toSearchForPackages = "To search for packages use https://search.nixos.org/packages"
16+
const toSearchForPackages = "To search for packages use `devbox search` command"
1717

1818
type addCmdFlags struct {
1919
config configFlags

0 commit comments

Comments
 (0)