Skip to content

Commit cf87f59

Browse files
committed
code blocks
1 parent da2f70d commit cf87f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Your `entitlements-app` config `config/entitlements.yaml` runs through ERB interpretation automatically. You can extend your entitlements configuration to load plugins like so:
1010

11-
```
11+
```ruby
1212
<%-
1313
unless ENV['CI_MODE']
1414
begin
@@ -27,7 +27,7 @@ Your `entitlements-app` config `config/entitlements.yaml` runs through ERB inter
2727
2828
You can then define `lib/entitlements-and-plugins` like so:
2929
30-
```
30+
```ruby
3131
#!/usr/bin/env ruby
3232
# frozen_string_literal: true
3333
@@ -48,7 +48,7 @@ Any plugins defined in `lib/entitlements-and-plugins` will be loaded and used at
4848
4949
You can add automatic auditing to a separate GitRepo by enabling the following `entitlements.yaml` config:
5050
51-
```
51+
```ruby
5252
<%-
5353
# NOTE: GITREPO_SSH_KEY must be base64 encoded.
5454
sshkey = ENV.fetch("GITREPO_SSH_KEY")

0 commit comments

Comments
 (0)