Skip to content

Commit

Permalink
don't get historical enclaves for service logs completion
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Jan 18, 2025
1 parent 84e2fe2 commit 3cfbf8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func NewHistoricalEnclaveIdentifiersArgWithValidationDisabled(
DefaultValue: "",
IsGreedy: isGreedy,
ValidationFunc: noValidationFunc,
ArgCompletionProvider: args.NewManualCompletionsProvider(getExistingAndHistoricalCompletions),
ArgCompletionProvider: args.NewManualCompletionsProvider(getCompletions),
}
}

Expand Down

0 comments on commit 3cfbf8a

Please sign in to comment.