diff --git a/rails/advanced-guides/sqlite3.html.md b/rails/advanced-guides/sqlite3.html.md
index bf3315327b..e558a8a6c8 100644
--- a/rails/advanced-guides/sqlite3.html.md
+++ b/rails/advanced-guides/sqlite3.html.md
@@ -33,7 +33,7 @@ The default volume size is 3 gigabytes.
Now set the following secret, again replacing the name with what you selected:
```cmd
-fly secrets set DATABASE_URL=sqlite3:///mnt/name/production.sqlite
+fly secrets set DATABASE_URL=sqlite3:////mnt/name/production.sqlite
```
## Mount and Prep for Deployment