Skip to content

Commit 712e549

Browse files
authored
Fix appname in example config (#954)
1 parent 80e78d8 commit 712e549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Below shows how you might use the database.yml file to use the process ID in you
107107
```yaml
108108
development:
109109
adapter: sqlserver
110-
appname: <%= myapp_#{Process.pid} %>
110+
appname: <%= "myapp_#{Process.pid}" %>
111111
```
112112
113113
#### Executing Stored Procedures

0 commit comments

Comments
 (0)