Skip to content

Commit

Permalink
it should be /var not /usr (#19725)
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-guy committed May 18, 2024
1 parent 6f29c06 commit fc0f8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cassandra-reaper.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cassandra-reaper
version: 3.6.0
epoch: 1
epoch: 2
description: Automated Repair Awesomeness for Apache Cassandra
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -79,7 +79,7 @@ pipeline:
"${{targets.destdir}}"/usr/local/bin/spreaper
# https://github.com/thelastpickle/cassandra-reaper/pull/1499/files#diff-a51813561d5bd959f98eb6965691410fb1aa3b3b659f6b437b418cfa30d366a9R87
mkdir -p "${{targets.destdir}}"/usr/lib/cassandra-reaper/storage
mkdir -p "${{targets.destdir}}"/var/lib/cassandra-reaper/storage
mkdir -p "${{targets.destdir}}"/var/tmp/cassandra-reaper
update:
Expand Down

0 comments on commit fc0f8e5

Please sign in to comment.