Skip to content

Commit

Permalink
[atmanager] Updated definition of __atmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Roncevic committed Feb 23, 2018
1 parent 70b0fbc commit a25c1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/atmanager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ TOOL_NOTIFY="false"
# local OP="start"
# __atmanager "$OP"
#
function __atmanager() {
function __atmanager {
local OP=$1
if [ -n "${OP}" ]; then
local FUNC=${FUNCNAME[0]} MSG="None"
Expand Down

0 comments on commit a25c1e4

Please sign in to comment.