We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff14978 commit 237514cCopy full SHA for 237514c
1 file changed
src/c8y-command-plugin/c8y-command
@@ -11,7 +11,7 @@ info "Received message: $*"
11
COMMAND="${1#*,*,}"
12
13
# Check if command is wrapped with quotes, if so then remove them
14
-# Use a case statement, as it is posix compatiable
+# Use a case statement, as it is posix compatible
15
case "$COMMAND" in
16
'"'*'"')
17
# Remove the first char
@@ -21,7 +21,7 @@ case "$COMMAND" in
21
;;
22
esac
23
24
-# Default values (can be overriden by the settings file)
+# Default values (can be overridden by the settings file)
25
SHELL_OPTIONS="bash sh"
26
SHELL_BIN=
27
0 commit comments