Skip to content

Commit

Permalink
Align goal key with k8s pack
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Feb 3, 2019
1 parent b6355f5 commit 62eabc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/registration/ServiceRegistration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { SdmGoalEvent } from "../goal/SdmGoalEvent";
/**
* Key under which services can be found in goal data.
*/
export const ServiceRegistrationGoalDataKey = "atomist:sdm/service";
export const ServiceRegistrationGoalDataKey = "@atomist/sdm/service";

/**
* Register additional services for a goal.
Expand Down

0 comments on commit 62eabc3

Please sign in to comment.