diff --git a/src/include/66/enum.h b/src/include/66/enum.h
index 724438c154b4cd18a6c82176528bcfdd716e1871..15626d483cb43207ec22aff465d595c3a556c993 100644
--- a/src/include/66/enum.h
+++ b/src/include/66/enum.h
@@ -144,7 +144,7 @@ static key_description_t const startstop_section_list[] =
 
 static key_description_t const logger_section_list[] =
 {
-	{ .name = "@destination", .expected = SLASH, .mandatory = OPTS },
+	{ .name = "@destination", .expected = SLASH, .mandatory = CUSTOM },
 	{ .name = "@build",  .expected = LINE, .mandatory = NEED },
 	{ .name = "@runas", .expected = LINE, .mandatory = OPTS },
 	{ .name = "@shebang", .expected = QUOTE, .mandatory = CUSTOM },