From b70ec7a634a36fab4d95ff358c04c022030f029a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 2 May 2019 18:21:20 +0300
Subject: [PATCH] Keep the order of the generated ssh config.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a8f7537..438973f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ os != uname -s | awk '{print tolower($$0)}'
 arch != uname -m
 goos != go env GOOS
 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
 download = $(curl) --output $@
 
-- 
GitLab