Skip to content

Commit fce2ea9

Browse files
committed
removed old updateme comments
1 parent b05fc25 commit fce2ea9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/devconfig/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ func (c *Config) loadRecursive(
237237
) error {
238238
included := make([]*Config, 0, len(c.Root.Include))
239239

240-
// TODO UPDATEME
241240
for _, ref := range c.Root.Include {
242241
switch ref.Type {
243242
case flake.TypeGitHub, flake.TypeGitLab, flake.TypeBitBucket:

internal/plugin/local.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ type LocalPlugin struct {
1616
pluginDir string
1717
}
1818

19-
// TODO UPDATEME
2019
func newLocalPlugin(ref flake.Ref, pluginDir string) (*LocalPlugin, error) {
2120
plugin := &LocalPlugin{ref: ref, pluginDir: pluginDir}
2221
name, err := getPluginNameFromContent(plugin)

0 commit comments

Comments
 (0)