Skip to content

Commit

Permalink
feat(back): fluidattacks#1410 add exclusion
Browse files Browse the repository at this point in the history
- Added exclusion for intended behavior

Signed-off-by: Andres Uribe <[email protected]>
  • Loading branch information
mandresuri committed Dec 18, 2024
1 parent 6b9c295 commit 94886b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/args/make-script/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ function main {
&& for location in "${aliases[@]}"; do
cat "${envEntrypointSetup}/template" > "${location}" \
&& echo >> "${location}" \
&& cat "${envEntrypoint}/template" >> "${location}" \
# NOFLUID Intended Behavior
&& cat "${envEntrypoint}/template" >> "${location}" \ # NOFLUID Intended Behavior
&& chmod +x "${location}"
done
}
Expand Down

0 comments on commit 94886b4

Please sign in to comment.