File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ func printBrevOpen(t *terminal.Terminal, firstWorkspace entity.Workspace) {
103
103
104
104
func printCompletedOnboarding (t * terminal.Terminal ) {
105
105
s := "\n \n I think I'm done here. Now you know how to open an instance and start coding."
106
- s += "\n \n Use the console " + t .Yellow (fmt .Sprintf ("(%s)" ) , config .ConsoleBaseURL ) + " to create a new instance or share it with people"
106
+ s += "\n \n Use the console " + t .Yellow (fmt .Sprintf ("(%s)" , config .ConsoleBaseURL ) ) + " to create a new instance or share it with people"
107
107
s += "\n and use this CLI to code the way you would normally 🤙"
108
108
s += "\n \n Check out the docs at " + t .Yellow ("https://brev.dev" ) + " and let us know if we can help!\n "
109
109
s += "\n \n In case you missed it, my cell is " + t .Yellow ("(415) 237-2247" ) + "\n \t -Nader\n "
You can’t perform that action at this time.
0 commit comments