Skip to content

Commit

Permalink
ironing this odd lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Ira Abramov committed Jan 22, 2025
1 parent c256dc5 commit d62c62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/available/z_autoenv.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ autoenv_init() {
}

cd() {
local return_code
if builtin cd "$@"; then
autoenv_init
return 0
else
local return_code
return_code=$?
echo "else?"
return $return_code
Expand Down

0 comments on commit d62c62b

Please sign in to comment.