Skip to content

Commit 066a2bb

Browse files
committed
fix: casing typo for import
1 parent 541349d commit 066a2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exported.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export {
109109
ScratchOrgLifecycleEvent,
110110
scratchOrgLifecycleEventName,
111111
scratchOrgLifecycleStages,
112-
} from './org/scratchOrgLifeCycleEvents';
112+
} from './org/scratchOrgLifecycleEvents';
113113

114114
// Utility sub-modules
115115
export * from './util/sfdc';

0 commit comments

Comments
 (0)