Skip to content

Commit 08f704f

Browse files
committed
Adjust yoink install command emitted by outdated
Signed-off-by: Codex (GPT 5) <codex@openai.com>
1 parent 8fcde09 commit 08f704f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

outdated.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ queue_simple_install_command() {
208208
fi
209209

210210
queue_command \
211-
"yoink ${install_spec} | xargs sudo install -m 755 -D /usr/local/bin"
211+
"yoink ${install_spec} | xargs -I{} sudo install -m 755 {} /usr/local/bin/{}"
212212
return 0
213213
}
214214

0 commit comments

Comments
 (0)