Skip to content

Commit

Permalink
Merge pull request #10 from misraved/fix-icon-hub
Browse files Browse the repository at this point in the history
  • Loading branch information
akljph authored Aug 2, 2024
2 parents 5e395c9 + 51165c4 commit 2528d60
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
organization: Akeyless Security
category: ["security"]
icon_url: "/images/plugins/akeyless-community/akelyess.svg"
icon_url: "/images/plugins/akeyless-community/akeyless.svg"
brand_color: "#01D9C1"
display_name: "Akeyless"
short_name: "akeyless"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ select
from
akeyless_auth_method
where
creation_date >= CURRENT_TIMESTAMP - INTERVAL '30 days'
creation_date >= CURRENT_TIMESTAMP - INTERVAL '30 days';
```
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ select
from
akeyless_item
where
creation_date >= CURRENT_TIMESTAMP - INTERVAL '30 days'
creation_date >= CURRENT_TIMESTAMP - INTERVAL '30 days';
```
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ select
from
akeyless_role
where
creation_date >= CURRENT_TIMESTAMP - INTERVAL '30 days'
creation_date >= CURRENT_TIMESTAMP - INTERVAL '30 days';
```
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ select
from
akeyless_target
where
creation_date >= CURRENT_TIMESTAMP - INTERVAL '30 days'
creation_date >= CURRENT_TIMESTAMP - INTERVAL '30 days';
```

0 comments on commit 2528d60

Please sign in to comment.