fix shfmt error

This commit is contained in:
StefanAbl 2020-08-28 19:46:45 +02:00
parent 8728389c88
commit 4242354c03
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ _del_record() {
_dynv6_rest() {
m=$1 #method GET,POST,DELETE or PUT
ep="$2" #the endpoint
ep="$2" #the endpoint
data="$3"
_debug "$ep"