Skip to content

Commit

Permalink
fix version label
Browse files Browse the repository at this point in the history
  • Loading branch information
pyalex committed Aug 14, 2020
1 parent 92964f2 commit 209a65d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
public class JobCoordinatorService {

private final int SPEC_PUBLISHING_TIMEOUT_SECONDS = 5;
public static final String VERSION_LABEL = "FeastVersion";
public static final String VERSION_LABEL = "feast_version";

private final JobRepository jobRepository;
private final SpecService specService;
Expand Down

0 comments on commit 209a65d

Please sign in to comment.