notimplementedyet
notimplementedyet
What you mean @muupan is the "Host github" entry not the actual Hostname that will be contacted. The "Host" basicly is just a string that dosn't have to do anything...
$ assh info Debug mode (client): false CLI Path: ~/.local/bin/assh Go version: go1.11.1 OS/Arch: linux/amd64 Version: 2.8.0+dev (HEAD) RC files: - ~/.ssh/assh.yml Statistics: - 15 hosts - 3 templates -...
For us this was an encoding problem comparing the two string. We fixed that by changing the comparison to mb_strstr: ``` if (mb_strstr(run("$git config --get remote.origin.url"), $repository) === false) {...