Skip to content

Commit 85417bc

Browse files
chore: remove double quotes in warning
1 parent c173017 commit 85417bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options/subgraph.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl OptionalSubgraphOpts {
150150
Ok(None)
151151
}
152152
1 => {
153-
eprintln!("{0} if you would like to watch '{1}' for changes instead of introspecting every second, re-run this command with the {1} argument", &warn_prefix, Style::Command.paint(format!("'--schema {}'", possible_schemas[0])));
153+
eprintln!("{0} if you would like to watch {1} for changes instead of introspecting every second, re-run this command with the {1} argument", &warn_prefix, Style::Command.paint(format!("'--schema {}'", possible_schemas[0])));
154154
Ok(None)
155155
}
156156
_ => {

0 commit comments

Comments
 (0)