Skip to content

Commit 51d00bd

Browse files
committed
Fix default service for data replication
1 parent 1f8deed commit 51d00bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/mavis/server/aws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def run_command(
169169

170170
def _default_service(env):
171171
if env.endswith("data-replication"):
172-
return f"mavis-{env}-web"
172+
return f"mavis-{env}"
173173
return f"mavis-{env}-ops"
174174

175175

0 commit comments

Comments
 (0)