Skip to content

Commit

Permalink
style: one-off formatter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri committed Jan 24, 2025
1 parent ec70866 commit b798517
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rockcraft/pebble.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b798517

Please sign in to comment.