Skip to content

Commit

Permalink
Fix 0x050f#29
Browse files Browse the repository at this point in the history
  • Loading branch information
eloy123456 committed Sep 28, 2024
1 parent c344fdf commit 2b98be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcs/test_function.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test_function()
then
compilation $function
else
compilation $(echo ${function} | sed 's/_bonus//g')
compilation $(echo ${function})
fi
check_compilation
check=$?
Expand Down

1 comment on commit 2b98be3

@4ndymcfly
Copy link

@4ndymcfly 4ndymcfly commented on 2b98be3 Oct 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's working! Thanks a lot!
Image

Please sign in to comment.