datasource as cfg: typo

This commit is contained in:
bergquist
2017-10-25 12:21:06 +02:00
parent da6430ac01
commit d68bfaa8be
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ func UpdateDataSource(cmd *m.UpdateDataSourceCommand) error {
}
if affected == 0 {
return m.ErrDataSouceUpdatingOldVersion
return m.ErrDataSourceUpdatingOldVersion
}
err = updateIsDefaultFlag(ds, sess)