Skip to content
Snippets Groups Projects
Commit b70ec7a6 authored by nimrod's avatar nimrod
Browse files

Keep the order of the generated ssh config.

parent b45a39a5
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ os != uname -s | awk '{print tolower($$0)}' ...@@ -5,7 +5,7 @@ os != uname -s | awk '{print tolower($$0)}'
arch != uname -m arch != uname -m
goos != go env GOOS goos != go env GOOS
goarch != go env GOARCH goarch != go env GOARCH
ssh_configs != find ".ssh/config.d/" -type f \! -name '.*' ssh_configs != find ".ssh/config.d/" -type f \! -name '.*' | sort
curl = curl --location --silent --fail curl = curl --location --silent --fail
download = $(curl) --output $@ download = $(curl) --output $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment