Skip to content

Commit 7887930

Browse files
authored
op-program: Update issue number on TODO (#14776)
1 parent 3d5540c commit 7887930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op-program/host/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ func NewConfigFromCLI(log log.Logger, ctx *cli.Context) (*Config, error) {
336336
if interopEnabled {
337337
depsetConfigPath := ctx.Path(flags.DepsetConfig.Name)
338338
if depsetConfigPath == "" {
339-
// TODO(#13887): Load static config dependency from embed if no path is provided
339+
// TODO(#14771): Load static config dependency from embed if no path is provided
340340
return nil, fmt.Errorf("empty depset config path")
341341
}
342342
dependencySet, err = loadDepsetConfig(depsetConfigPath)

0 commit comments

Comments
 (0)