Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept committed Sep 10, 2023
1 parent eb0e1b3 commit 869880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY framework-packages.json /tmp/framework-packages.json
# Setup specific files and commands for Silverblue
RUN if grep -q "silverblue" <<< "${BASE_IMAGE_NAME}"; then \
rsync -rvK /tmp/silverblue/ / && \
systemctl enable dconf-updatee \
systemctl enable dconf-update \
; fi

# Setup things which are the same for every image
Expand Down

0 comments on commit 869880d

Please sign in to comment.