Skip to content

Commit

Permalink
Minor changes in struct use
Browse files Browse the repository at this point in the history
  • Loading branch information
esperlu committed Dec 12, 2023
1 parent 6cbfba7 commit 454cd0e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ You first need to make a YAML config file and set its full access path/name into
Servers:

- name: rpi-2
path: /home/jeanluc/my-mnt/rpi_2
host: 192.168.10.55
port: 22
path: /home/jeanluc/my-mnt/rpi_2
host: 192.168.10.55
port: 22

- name: arsule-jeanluc
path: /home/jeanluc/my-mnt/arsule_jeanluc
host: arsule
port: 22
path: /home/jeanluc/my-mnt/arsule_jeanluc
host: arsule
port: 22

- name: arsule-web
path: /home/jeanluc/my-mnt/arsule_web
host: arsule
port: 22
path: /home/jeanluc/my-mnt/arsule_web
host: arsule
port: 22


## Usage
Expand Down

0 comments on commit 454cd0e

Please sign in to comment.