From a122d533f6b3e46ab4c79bd39bbb764d59824983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Mon, 24 Sep 2018 15:20:19 +0200 Subject: [PATCH] commands: cleanup file name --- commands/{label add.go => label_add.go} | 0 commands/{label rm.go => label_rm.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename commands/{label add.go => label_add.go} (100%) rename commands/{label rm.go => label_rm.go} (100%) diff --git a/commands/label add.go b/commands/label_add.go similarity index 100% rename from commands/label add.go rename to commands/label_add.go diff --git a/commands/label rm.go b/commands/label_rm.go similarity index 100% rename from commands/label rm.go rename to commands/label_rm.go