Skip to content

Commit c3661e9

Browse files
authored
Merge pull request #79 from netobserv/ronensc-patch-1
Fix typo
2 parents 8cb43e4 + 2c0aeec commit c3661e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pipeline/transform/location/location.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func InitLocationDB() error {
139139
return fmt.Errorf("failed unzip %v ", unzipErr)
140140
}
141141

142-
log.Infof("Download completed succeful")
142+
log.Infof("Download completed successfully")
143143
}
144144

145145
log.Debugf("Loading location DB")

0 commit comments

Comments
 (0)