This commit is contained in:
programmer10110 2020-09-10 17:44:31 +03:00
parent ca0b531c63
commit 2bd886dddd
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ func (t *terminal) run() error {
reader := bufio.NewReader(os.Stdin)
if t.airgapped.GetAddress() == "" {
fmt.Println("At first, you need to set address (name)" +
fmt.Println("At first, you need to set address" +
" of your airgapped machine (should be equal to the client address)")
if err := t.setAddressCommand(); err != nil {
return err