Skip to content

Commit 30e526d

Browse files
authored
Merge pull request circleci#7633 from circleci/devinmarieb-patch-1
Update quote style
2 parents d3e8dae + f2c4203 commit 30e526d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jekyll/_cci2/orb-author-faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ steps:
9696
- run:
9797
name: Check Ruby shell
9898
shell: ruby
99-
command: puts "hi"
99+
command: puts 'hi'
100100
```
101101
102102
**Node**
@@ -106,7 +106,7 @@ steps:
106106
- run:
107107
name: Check Node shell
108108
shell: node
109-
command: console.log("node")
109+
command: console.log('node')
110110
```
111111
112112
**Python**
@@ -116,7 +116,7 @@ steps:
116116
- run:
117117
name: Check Python shell
118118
shell: python3
119-
command: print("python")
119+
command: print('python')
120120
```
121121
122122
**Binary**

0 commit comments

Comments
 (0)