diff --git a/Iceberg-Plugin-GitHub/IceGitHubRemoveBranchesCommand.class.st b/Iceberg-Plugin-GitHub/IceGitHubRemoveBranchesCommand.class.st index f9bac67a31..6b48d357e2 100644 --- a/Iceberg-Plugin-GitHub/IceGitHubRemoveBranchesCommand.class.st +++ b/Iceberg-Plugin-GitHub/IceGitHubRemoveBranchesCommand.class.st @@ -15,7 +15,7 @@ IceGitHubRemoveBranchesCommand class >> defaultName [ ^ 'Remove Branches...' ] -{ #category : 'execute' } +{ #category : 'executing' } IceGitHubRemoveBranchesCommand >> execute [ ^ IceGitHubRemoveBranchesAction new diff --git a/Iceberg-Plugin-GitHub/IceGitHubViewPullRequestsCommand.class.st b/Iceberg-Plugin-GitHub/IceGitHubViewPullRequestsCommand.class.st index 49c03821a8..81f7507410 100644 --- a/Iceberg-Plugin-GitHub/IceGitHubViewPullRequestsCommand.class.st +++ b/Iceberg-Plugin-GitHub/IceGitHubViewPullRequestsCommand.class.st @@ -15,7 +15,7 @@ IceGitHubViewPullRequestsCommand class >> defaultName [ ^ 'View Pull Requests...' ] -{ #category : 'execute' } +{ #category : 'executing' } IceGitHubViewPullRequestsCommand >> execute [ ^ IceGitHubViewPullRequestAction new diff --git a/Iceberg-TipUI/IceTipAddSshCredentialCommand.class.st b/Iceberg-TipUI/IceTipAddSshCredentialCommand.class.st index 49a17d55b3..67894a2368 100644 --- a/Iceberg-TipUI/IceTipAddSshCredentialCommand.class.st +++ b/Iceberg-TipUI/IceTipAddSshCredentialCommand.class.st @@ -19,7 +19,7 @@ IceTipAddSshCredentialCommand class >> defaultName [ ^ 'SSH Pair' ] -{ #category : 'execution' } +{ #category : 'executing' } IceTipAddSshCredentialCommand >> execute [ ((IceTipAddSSHCredentialsPresenter newApplication: context application)