Skip to content

Commit 79add35

Browse files
fix: delegation approver functions (#234)
1 parent 4af04b1 commit 79add35

File tree

3 files changed

+226
-168
lines changed

3 files changed

+226
-168
lines changed

pkg/internal/common/flags/general.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var (
8585

8686
ExpiryFlag = cli.Int64Flag{
8787
Name: "expiry",
88-
Aliases: []string{"e"},
88+
Aliases: []string{"exp"},
8989
Usage: "expiry in seconds",
9090
EnvVars: []string{"EXPIRY"},
9191
Value: 3600,

pkg/operator/get_approval.go

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)