Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03376e9

Browse files
authored
fix(shell-plugin): use forge exec for config list and remove logs command (tailcallhq#3165)
1 parent 8f7744d commit 03376e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell-plugin/lib/actions/config.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ function _forge_action_config_reasoning_effort() {
447447
# Action handler: Show config list
448448
function _forge_action_config() {
449449
echo
450-
$_FORGE_BIN config list
450+
_forge_exec config list
451451
}
452452

453453
# Action handler: Open the global forge config file in an editor

0 commit comments

Comments
 (0)