Skip to content

Commit ea88236

Browse files
committed
LPD-67607 Use camelCase
1 parent 5806560 commit ea88236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/cli/lec.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@ _getWorktreeDir() {
373373
_list_releases() {
374374
_listReleases
375375
}
376-
_list_running_projects() {
376+
_list_runningProjects() {
377377
_listRunningProjects
378378
}
379-
_list_saas_environments() {
379+
_list_saasEnvironments() {
380380
_listSaaSEnvironments
381381
}
382382
_list_worktrees() {

0 commit comments

Comments
 (0)