Skip to content

Commit

Permalink
Typo (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonclay7 authored Apr 30, 2023
1 parent 20cfdce commit c5e3846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type App struct {
// const minAlertingMigrationVersion = 9.4

// Run orchestrates the migration of grafana contents
// TODO: allow specifiying what to migrate or all (dashboard, ...)
// TODO: allow specifying what to migrate or all (dashboard, ...)
func (a *App) Run(srcCustomGrafanaClient CustomGrafanaClient) error {
log.Info()
migratedDs, err := a.migrateDataSources()
Expand Down

0 comments on commit c5e3846

Please sign in to comment.