Skip to content

Commit d6e4207

Browse files
committed
style: use backtick without escaple quotes
1 parent 624e630 commit d6e4207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/env/remove.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ func NewEnvRemoveCommand(clients *shared.ClientFactory) *cobra.Command {
4040
"If no variable name is provided, you will be prompted to select one.",
4141
"",
4242
"Commands that run in the context of a project source environment variables from",
43-
"the \".env\" file. This includes the \"run\" command.",
43+
`the ".env" file. This includes the "run" command.`,
4444
"",
45-
"The \"deploy\" command gathers environment variables from the \".env\" file as well",
45+
`The "deploy" command gathers environment variables from the ".env" file as well`,
4646
"unless the app is using ROSI features.",
4747
}, "\n"),
4848
Example: style.ExampleCommandsf([]style.ExampleCommand{

0 commit comments

Comments
 (0)