We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3e8dae + f2c4203 commit 30e526dCopy full SHA for 30e526d
jekyll/_cci2/orb-author-faq.md
@@ -96,7 +96,7 @@ steps:
96
- run:
97
name: Check Ruby shell
98
shell: ruby
99
- command: puts "hi"
+ command: puts 'hi'
100
```
101
102
**Node**
@@ -106,7 +106,7 @@ steps:
106
107
name: Check Node shell
108
shell: node
109
- command: console.log("node")
+ command: console.log('node')
110
111
112
**Python**
@@ -116,7 +116,7 @@ steps:
116
117
name: Check Python shell
118
shell: python3
119
- command: print("python")
+ command: print('python')
120
121
122
**Binary**
0 commit comments