fix(tmux): project function not found when create new session

This commit is contained in:
Yorick Barbanneau 2025-05-05 09:47:07 +02:00
parent d355e9bc01
commit 3f349f7230
No known key found for this signature in database
GPG key ID: 4447A19BBEDB8DBA

View file

@ -121,7 +121,7 @@ tmux_run() {
fi
}
project() {
tmux_project() {
local arg="$1"
debug "execute project with arg '${arg}'"
get_project_path "$arg"