Skip to content

Commit

Permalink
updates load_examples to load-examples (#13897)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandersimoes committed Apr 6, 2021
1 parent 4b29789 commit 8b9c142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -436,7 +436,7 @@ superset db upgrade
superset init

# Load some data to play with
superset load_examples
superset load-examples

# Start the Flask dev web server from inside your virtualenv.
# Note that your page may not have css at this point.
Expand Down Expand Up @@ -747,7 +747,7 @@ export ENABLE_REACT_CRUD_VIEWS=true
export CYPRESS_BASE_URL="http://localhost:8081"
superset db upgrade
superset load_test_users
superset load_examples --load-test-data
superset load-examples --load-test-data
superset init
superset run --port 8081
```
Expand Down

0 comments on commit 8b9c142

Please sign in to comment.