Skip to content

Commit a23fb87

Browse files
authored
Fix typo
1 parent a64a0a6 commit a23fb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks/end-to-end-security/superset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- -c
4848
- |
4949
if psql --host postgresql-superset --user postgres --csv -c "SELECT datname FROM pg_database where datname = 'superset' limit 1" | grep -q superset; then
50-
# The flask app will do any necesary migrations.
50+
# The flask app will do any necessary migrations.
5151
echo "Skip restoring the DB as it already exists"
5252
exit 0
5353
fi

0 commit comments

Comments
 (0)