Skip to content

Commit 10b280d

Browse files
committed
removed an old eval
1 parent f720526 commit 10b280d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zmux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ create_session() {
212212
exit "${EXIT_CONFIG_ERROR}";
213213
fi
214214

215-
local root_dir=$(eval echo $(yq ".sessions.${session_name}.root" "$config_file"))
215+
local root_dir=$(yq ".sessions.${session_name}.root" "$config_file")
216216
local start_index=$(yq ".sessions.${session_name}.start_index // 1" "$config_file")
217217

218218
tmux new-session -d -s "${session_name}" -c "${root_dir}"

0 commit comments

Comments
 (0)