Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elg committed Mar 6, 2020
1 parent 6365fed commit 11fafa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion passhportd/app/views_mod/targetgroup/targetgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ def targetgroup_rmtargetgroup():
" removed access to " + targetgroupame + ".",
"[PaSSHport] " + subtargetgroupname + " removed from " + \
targetgroupname)
return utils.response('OK: "' + subtargetgroupname + '" added to "' + \
return utils.response('OK: "' + subtargetgroupname + '" removed from "' + \
targetgroupname + '"', 200)

Expand Down

0 comments on commit 11fafa1

Please sign in to comment.