diff --git a/developer_toolbox/lint_features.json.sh b/developer_toolbox/lint_features.json.sh index 22140f06..f1e799a5 100755 --- a/developer_toolbox/lint_features.json.sh +++ b/developer_toolbox/lint_features.json.sh @@ -1,5 +1,6 @@ #!/bin/bash -features=config/retrodeck/reference_lists/features.json +config="/app/retrodeck/config" +features=$config/retrodeck/reference_lists/features.json jq . $features > $features.tmp && mv -f $features.tmp $features \ No newline at end of file