Fix dead function
This commit is contained in:
parent
5cf5804d74
commit
9ee7e3bdc1
@ -342,9 +342,6 @@ cat ./config/asc.conf
|
|||||||
echo "If any of the data looks wrong you can simply edit the file yourself at ./config/$(readlink ./config/asc.conf)"
|
echo "If any of the data looks wrong you can simply edit the file yourself at ./config/$(readlink ./config/asc.conf)"
|
||||||
}
|
}
|
||||||
|
|
||||||
function set_substitution {
|
|
||||||
}
|
|
||||||
|
|
||||||
function main {
|
function main {
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
'test')
|
'test')
|
||||||
@ -371,8 +368,6 @@ case "${1}" in
|
|||||||
'uninstall-apex')
|
'uninstall-apex')
|
||||||
uninstall_apex
|
uninstall_apex
|
||||||
;;
|
;;
|
||||||
set-substitution)
|
|
||||||
set_substitution
|
|
||||||
*)
|
*)
|
||||||
echo "apex-source-control: bad command"
|
echo "apex-source-control: bad command"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user