Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Jan 2, 2024
1 parent e9cd4fa commit d1ec0f8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"activate": true
}
},
{
"step": "setSiteOptions",
"options": {
"rsa_options": {
"approach": 3,
"allowed": [
"127.0.0.1"
],
"comment": [
"Example of an allowed IP address"
]
},
"rsa_activation_version": "7.5.0"
}
}
{
"step": "setSiteOptions",
"options": {
"rsa_options": {
"approach": 3,
"allowed": [
"127.0.0.1"
],
"comment": [
"Example of an allowed IP address"
]
},
"rsa_activation_version": "7.5.0"
}
}
]
}

0 comments on commit d1ec0f8

Please sign in to comment.