Skip to content

Commit

Permalink
fix syntax err
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyus committed Oct 10, 2023
1 parent dd8f722 commit 632a140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ run_swift() {
check_output "related_posts_swift.json"
}


run_arturo() {
echo "Running Arturo" &&
cd ./arturo &&
Expand All @@ -339,6 +338,7 @@ run_arturo() {
fi

check_output "related_posts_arturo.json"
}

run_swift_con() {
echo "Running Swift Concurrent" &&
Expand Down Expand Up @@ -615,7 +615,7 @@ elif [ "$first_arg" = "swift" ]; then
elif [ "$first_arg" = "art" ]; then

run_arturo

elif [ "$first_arg" = "swift_con" ]; then

run_swift_con
Expand Down

0 comments on commit 632a140

Please sign in to comment.