Skip to content

Commit 002a223

Browse files
authored
Merge branch 'master' into merge-release-1.14-to-master
2 parents db712e7 + a3571c8 commit 002a223

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/holopin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
organization: dapr
2-
defaultSticker: clmjkxscc122740fl0mkmb7egi
2+
defaultSticker: clutq4bgp107990fl1h4m7jp3b
33
stickers:
44
-
5-
id: clmjkxscc122740fl0mkmb7egi
6-
alias: ghc2023
5+
id: clutq4bgp107990fl1h4m7jp3b
6+
alias: cli-badge

cmd/stop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dapr stop --run-file /path/to/directory -k
9898
func init() {
9999
StopCmd.Flags().StringVarP(&stopAppID, "app-id", "a", "", "The application id to be stopped")
100100
StopCmd.Flags().StringVarP(&runFilePath, "run-file", "f", "", "Path to the run template file for the list of apps to stop")
101-
StopCmd.Flags().BoolVarP(&stopK8s, "kubernetes", "k", false, "Stop deployments in Kunernetes based on multi-app run file")
101+
StopCmd.Flags().BoolVarP(&stopK8s, "kubernetes", "k", false, "Stop deployments in Kubernetes based on multi-app run file")
102102
StopCmd.Flags().BoolP("help", "h", false, "Print this help message")
103103
RootCmd.AddCommand(StopCmd)
104104
}

0 commit comments

Comments
 (0)