From 8d56b7b18c8350db27ae3fa462b68450cacfd224 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 17 Jan 2023 13:11:56 +0800 Subject: [PATCH] Fix sync_appliances.sh --- scripts/sync_appliances.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/sync_appliances.sh b/scripts/sync_appliances.sh index 04489461..108e60fd 100755 --- a/scripts/sync_appliances.sh +++ b/scripts/sync_appliances.sh @@ -26,7 +26,5 @@ rm -Rf /tmp/gns3-registry git clone https://github.com/GNS3/gns3-registry.git /tmp/gns3-registry mv /tmp/gns3-registry/appliances gns3server/appliances -git add . +git add gns3server/appliances/* git commit -m "Sync appliances" - -