Skip to content

Commit a40271a

Browse files
committed
Create project doesn't append a new line in uvproj.yaml
1 parent 05091b3 commit a40271a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

create-project.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ enabled-modules:
6464
toggles: false
6565
text-utils: false
6666
cli-parser: false
67-
xdg: false
68-
" > uvproj.yaml
67+
xdg: false" > uvproj.yaml
6968

7069
# Create symbolic links
7170
if [ "${windows}" = true && ${headless} = false ]; then

0 commit comments

Comments
 (0)