Skip to content

Commit

Permalink
Add missing comma. (project-codeflare#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
doru1004 authored Jan 24, 2022
1 parent fe79faf commit 8775b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rayvens-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ EOF
cat >> "$config" << EOF
file_mounts:
{
"/home/ray/$dir_name": "$project_dir"
"/home/ray/$dir_name": "$project_dir",
EOF

if [ ! -z "$project_requirements_file" ]; then
Expand Down

0 comments on commit 8775b2a

Please sign in to comment.