Skip to content

Commit

Permalink
Relative Directories in .conf file
Browse files Browse the repository at this point in the history
Fix the .conf files to make the inputFile
relative to the directory of the .conf file.
  • Loading branch information
reidspencer committed Sep 5, 2022
1 parent e40a0e4 commit 952a375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/riddl/ReactiveBBQ/ReactiveBBQ.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ common = {
show-style-warnings = false
}
hugo {
input-file = "src/riddl/ReactiveBBQ/ReactiveBBQ.riddl"
input-file = "ReactiveBBQ.riddl"
output-dir = "target/hugo/ReactiveBBQ"
project-name = "Reactive BBQ"
site-title = "Reactive BBQ Generated Specification"
site-description = "This site provides a specification for the Reactive BBQ application as generated by riddlc"
site-logo-path = "images/RBBQ.png"
erase-output = true
base-url = "https://bbq.riddl.tech"
source-url = "https://github.com/reactific/riddl"
source-url = "https://github.com/reactific/riddl-examples"
edit-path = "/-/blob/main/src/riddl/ReactiveBBQ"
}

2 changes: 1 addition & 1 deletion src/riddl/ReactiveBBQ/validate.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ common = {
show-style-warnings = false
}
validate = {
input-file = "examples/src/riddl/ReactiveBBQ/ReactiveBBQ.riddl"
input-file = "ReactiveBBQ.riddl"
}

0 comments on commit 952a375

Please sign in to comment.