Skip to content

Commit dea7ffa

Browse files
authored
Fix typo in linter log statement
Simple fix of `circuiType` -> `circuitType`. Merges #241
1 parent 14152a5 commit dea7ffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/lint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const lintCommand = new Command()
134134
sindri.logger.warn(
135135
`Circuit type is not configured in "${sindriJsonPath}" so some linting steps will be ` +
136136
"skipped and the manifest linting output will be very noisy. Please correct " +
137-
'"circuiType" in "sindri.json" and rerun "sindri lint" to get better linting.',
137+
'"circuitType" in "sindri.json" and rerun "sindri lint" to get better linting.',
138138
);
139139
warningCount += 1;
140140
}

0 commit comments

Comments
 (0)