Skip to content

Commit 10f2451

Browse files
committed
make sure newlines are right
1 parent 6f42217 commit 10f2451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

define_postgresql_params.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#! /usr/bin/env Rscript
22

33
cat(
4-
"DEFAULT_POSTGRES_USER_NAME=postgres\n",
4+
"\nDEFAULT_POSTGRES_USER_NAME=postgres",
55
file = "~/.Renviron",
66
sep = "",
77
append = TRUE
88
)
99
cat(
10-
"DEFAULT_POSTGRES_PASSWORD=postgres\n",
10+
"\nDEFAULT_POSTGRES_PASSWORD=postgres\n",
1111
file = "~/.Renviron",
1212
sep = "",
1313
append = TRUE

0 commit comments

Comments
 (0)