Skip to content

Commit

Permalink
Update urn.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube authored Oct 7, 2022
1 parent e83b276 commit c3cf37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completers/pulumi_completer/cmd/action/urn.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func ActionUrns(cmd *cobra.Command) carapace.Action {
urns[i] = r.Urn
}
return carapace.ActionValues(urns...)
}).Cache(5*time.Second,
}).Cache(1*time.Minute,
func() (string, error) {
workdir := c.Dir
if cmd.Flag("cwd").Changed { // TODO use preinvoke?
Expand Down

0 comments on commit c3cf37c

Please sign in to comment.