From c0ec01465d8a63b50717fcaaf6e530764eec0cc6 Mon Sep 17 00:00:00 2001 From: Enrico Deusebio Date: Wed, 25 Oct 2023 22:01:03 +0200 Subject: [PATCH] fix linting --- rockcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index e63dbb9..e6923c0 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -55,7 +55,8 @@ parts: mkdir -p $CRAFT_PART_INSTALL/opt/zookeeper/ mkdir -p $CRAFT_PART_INSTALL/etc/zookeeper/ - cp $CRAFT_PART_INSTALL/conf/zoo_sample.cfg $CRAFT_PART_INSTALL/etc/zookeeper/zoo.cfg + cp $CRAFT_PART_INSTALL/conf/zoo_sample.cfg \ + $CRAFT_PART_INSTALL/etc/zookeeper/zoo.cfg rm -rf $CRAFT_PART_INSTALL/conf override-prime: | craftctl default