Skip to content

Commit 8775b2a

Browse files
authored
Add missing comma. (#66)
1 parent fe79faf commit 8775b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rayvens-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ EOF
377377
cat >> "$config" << EOF
378378
file_mounts:
379379
{
380-
"/home/ray/$dir_name": "$project_dir"
380+
"/home/ray/$dir_name": "$project_dir",
381381
EOF
382382

383383
if [ ! -z "$project_requirements_file" ]; then

0 commit comments

Comments
 (0)