Skip to content
This repository was archived by the owner on Oct 11, 2021. It is now read-only.

Commit 91fd5c8

Browse files
committed
changed attribute name
1 parent 15e3bb8 commit 91fd5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/main/java/io/spaship/operator/utility/EventAttribute.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public interface EventAttribute {
1010
String TRACE_ID="traceId~";
1111
String TIMESTAMP="timestamp~";
1212
String ERROR="error~";
13-
String ENVIRONMENT="refresh-env~";
13+
String ENVIRONMENT="target-env~";
1414
enum EventCode{
1515
WEBSITE_CREATE_INIT,
1616
WEBSITE_CREATE_OR_UPDATE_INIT,

0 commit comments

Comments
 (0)