Skip to content

Commit

Permalink
Fix typo in service file
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Oct 18, 2023
1 parent 3d0c104 commit d3fd547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/static/kairos-overlay-files/collection.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: "kairos-overlay-files"
category: "static"
version: "1.1.5"
version: "1.1.6"
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
}
start() {
mkdirp -p /var/log/kairos
mkdir -p /var/log/kairos
kairos-agent start &> /var/log/kairos/agent.log &
return 0
}
Expand Down

0 comments on commit d3fd547

Please sign in to comment.