This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new d57614f Update docker-init.sh (#6167)
d57614f is described below
commit d57614f8ad9fcc3b5efe1f05ccfc2987c551883b
Author: Nocturne <[email protected]>
AuthorDate: Thu Oct 25 20:20:05 2018 -0700
Update docker-init.sh (#6167)
Fix typo of
```bash
superset load-examples
```
---
contrib/docker/docker-init.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/docker/docker-init.sh b/contrib/docker/docker-init.sh
index 940ad4f..1364606 100644
--- a/contrib/docker/docker-init.sh
+++ b/contrib/docker/docker-init.sh
@@ -9,7 +9,7 @@ fabmanager create-admin --app superset
superset db upgrade
# Load some data to play with
-superset load_examples
+superset load-examples
# Create default roles and permissions
superset init