From b798517f0a59acf626367582aa85e0eb384f6c40 Mon Sep 17 00:00:00 2001 From: Imani Pelton Date: Fri, 24 Jan 2025 09:28:13 -0500 Subject: [PATCH] style: one-off formatter fix --- rockcraft/pebble.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rockcraft/pebble.py b/rockcraft/pebble.py index 8508a9a55..795f2588d 100644 --- a/rockcraft/pebble.py +++ b/rockcraft/pebble.py @@ -137,9 +137,7 @@ class Pebble: "stage-snaps": ["pebble/latest/stable"], # We need this because "services" is Optional, but the directory must exist "override-prime": str( - "craftctl default\n" - f"mkdir -p {PEBBLE_LAYERS_PATH}\n" - f"chmod 777 {PEBBLE_PATH}" + f"craftctl default\nmkdir -p {PEBBLE_LAYERS_PATH}\nchmod 777 {PEBBLE_PATH}" ), } PEBBLE_PART_SPEC = {