From e181d753fee18f0ff04a70c10d78a87d328dea78 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Tue, 9 Aug 2016 15:03:07 -0400 Subject: [PATCH] build: Fix ordering of plugin list --- command/internal_plugin_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/internal_plugin_list.go b/command/internal_plugin_list.go index e4807b799..e3fc743c3 100644 --- a/command/internal_plugin_list.go +++ b/command/internal_plugin_list.go @@ -61,6 +61,7 @@ import ( ) var InternalProviders = map[string]plugin.ProviderFunc{ + "archive": archiveprovider.Provider, "atlas": atlasprovider.Provider, "aws": awsprovider.Provider, "azure": azureprovider.Provider, @@ -105,7 +106,6 @@ var InternalProviders = map[string]plugin.ProviderFunc{ "ultradns": ultradnsprovider.Provider, "vcd": vcdprovider.Provider, "vsphere": vsphereprovider.Provider, - "archive": archiveprovider.Provider, } var InternalProvisioners = map[string]plugin.ProvisionerFunc{