Skip to content

Commit b9c0d5e

Browse files
committed
fix indentation
1 parent f694bd2 commit b9c0d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ commands:
237237
description: 'Send a root event to honeycomb for this build'
238238
steps:
239239
- run:
240-
name: Send honeycomb event
241-
command: node ./system-tests/lib/performance-reporter.js
240+
name: Send honeycomb event
241+
command: node ./system-tests/lib/performance-reporter.js
242242

243243
caching-dependency-installer:
244244
description: 'Installs & caches the dependencies based on yarn lock & package json dependencies'

0 commit comments

Comments
 (0)