Skip to content

Commit

Permalink
Add end line in compile_proto.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolk99 committed Nov 7, 2024
1 parent b4419d2 commit f0e016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fishjam_protos/compile_proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ for file in $files; do
protoc --elixir_out=./fishjam_protos/lib $file
printf "DONE\n"
count=$(($count + 1))
done
done

0 comments on commit f0e016b

Please sign in to comment.