mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix alpha ordering of functions (#1048)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
parent
ae5ec54458
commit
ce0231cfaf
@ -762,13 +762,13 @@
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"title": "base64sha256",
|
||||
"path": "language/functions/base64sha256",
|
||||
"title": "base64gzip",
|
||||
"path": "language/functions/base64gzip",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"title": "base64gzip",
|
||||
"path": "language/functions/base64gzip",
|
||||
"title": "base64sha256",
|
||||
"path": "language/functions/base64sha256",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user