Skip to content

Commit

Permalink
rebranding the terminal plugin as manx (mitre#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
david authored Mar 5, 2020
1 parent b7ea885 commit 5f765a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
[submodule "plugins/caltack"]
path = plugins/caltack
url = https://github.com/mitre/caltack.git
[submodule "plugins/terminal"]
path = plugins/terminal
url = https://github.com/mitre/terminal.git
[submodule "plugins/mock"]
path = plugins/mock
url = https://github.com/mitre/mock.git
Expand All @@ -31,3 +28,6 @@
[submodule "plugins/gameboard"]
path = plugins/gameboard
url = https://github.com/mitre/gameboard.git
[submodule "plugins/manx"]
path = plugins/manx
url = https://github.com/mitre/manx.git
2 changes: 1 addition & 1 deletion app/contacts/contact_tcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import time

from app.utility.base_world import BaseWorld
from plugins.terminal.app.c_session import Session
from plugins.manx.app.c_session import Session


class Tcp(BaseWorld):
Expand Down
2 changes: 1 addition & 1 deletion conf/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins:
- sandcat
- stockpile
- compass
- terminal
- manx
- response
- gameboard
port: 8888
Expand Down
1 change: 1 addition & 0 deletions plugins/manx
Submodule manx added at 821859

0 comments on commit 5f765a7

Please sign in to comment.