aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-04-12 15:59:06 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-04-12 15:59:06 -0400
commitade941558e0ae2ef2061bd3374e112874b7ab530 (patch)
tree51227e6851d9b28a56ec39cf0252c4567a85cf0b /src
parentd3e198d5c7d76342d032554f45539714034e4bae (diff)
downloadstasis-ade941558e0ae2ef2061bd3374e112874b7ab530.tar.gz
Empty line
Diffstat (limited to 'src')
-rw-r--r--src/deliverable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/deliverable.c b/src/deliverable.c
index 0729ff8..3b004cd 100644
--- a/src/deliverable.c
+++ b/src/deliverable.c
@@ -219,7 +219,6 @@ void delivery_free(struct Delivery *ctx) {
}
void delivery_init_dirs_stage2(struct Delivery *ctx) {
-
path_store(&ctx->storage.build_recipes_dir, PATH_MAX, ctx->storage.build_dir, "recipes");
path_store(&ctx->storage.build_sources_dir, PATH_MAX, ctx->storage.build_dir, "sources");
path_store(&ctx->storage.build_testing_dir, PATH_MAX, ctx->storage.build_dir, "testing");