Skip to content

Commit 5460296

Browse files
committed
fix db url in vs code task too
1 parent 03e65a9 commit 5460296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"label": "Populate Nexus DB",
5656
"detail": "Do not use",
5757
"type": "shell",
58-
"command": "cargo run --bin=omicron-dev -- db-populate --database-url postgresql://[email protected]:32221",
58+
"command": "cargo run --bin=omicron-dev -- db-populate --database-url postgresql://[email protected]:32221/omicron",
5959
"options": {
6060
"cwd": "${workspaceFolder}/../omicron"
6161
},

0 commit comments

Comments
 (0)