Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio committed Oct 25, 2023
1 parent fdd1c0f commit c0ec014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0ec014

Please sign in to comment.