From a58c5f57710ca06afd9e0d15cdbecc5b1b7b562d Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sat, 17 Nov 2018 17:58:21 -0500 Subject: [PATCH] Renamed "snipe" to "snipe-it" as it should be --- templates/{SnipeIT => Snipe-IT}/0/docker-compose.yml | 2 +- templates/{SnipeIT => Snipe-IT}/0/rancher-compose.yml | 0 templates/{SnipeIT => Snipe-IT}/catalogIcon-snipeit.svg | 0 templates/{SnipeIT => Snipe-IT}/config.yml | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename templates/{SnipeIT => Snipe-IT}/0/docker-compose.yml (99%) rename templates/{SnipeIT => Snipe-IT}/0/rancher-compose.yml (100%) rename templates/{SnipeIT => Snipe-IT}/catalogIcon-snipeit.svg (100%) rename templates/{SnipeIT => Snipe-IT}/config.yml (100%) diff --git a/templates/SnipeIT/0/docker-compose.yml b/templates/Snipe-IT/0/docker-compose.yml similarity index 99% rename from templates/SnipeIT/0/docker-compose.yml rename to templates/Snipe-IT/0/docker-compose.yml index ee4aa0a..800f87a 100644 --- a/templates/SnipeIT/0/docker-compose.yml +++ b/templates/Snipe-IT/0/docker-compose.yml @@ -1,7 +1,7 @@ version: '2' services: - snipe: + snipe-it: image: snipe/snipe-it:latest depends_on: - mysql diff --git a/templates/SnipeIT/0/rancher-compose.yml b/templates/Snipe-IT/0/rancher-compose.yml similarity index 100% rename from templates/SnipeIT/0/rancher-compose.yml rename to templates/Snipe-IT/0/rancher-compose.yml diff --git a/templates/SnipeIT/catalogIcon-snipeit.svg b/templates/Snipe-IT/catalogIcon-snipeit.svg similarity index 100% rename from templates/SnipeIT/catalogIcon-snipeit.svg rename to templates/Snipe-IT/catalogIcon-snipeit.svg diff --git a/templates/SnipeIT/config.yml b/templates/Snipe-IT/config.yml similarity index 100% rename from templates/SnipeIT/config.yml rename to templates/Snipe-IT/config.yml