Skip to content

Commit 0f381ec

Browse files
authored
fix
1 parent 910f556 commit 0f381ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

useful-tools/quick-sharun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ _make_deployment_array() {
811811
set -- "$@" "$f"
812812
;;
813813
*)
814-
if _is_deployable_binary; then
814+
if _is_deployable_binary "$f"; then
815815
set -- "$@" "$f"
816816
fi
817817
;;

0 commit comments

Comments
 (0)