Skip to content

Commit

Permalink
Merge pull request #1411 from mandresuri/issue-1410
Browse files Browse the repository at this point in the history
feat(back): #1410 add exclusion
  • Loading branch information
dsalaza4 authored Dec 18, 2024
2 parents eeab985 + ecc646a commit 4c03e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Andres Cuberos <[email protected]> Andres Cuberos <[email protected]>
Andres Cuberos <[email protected]> Andres Cuberos <[email protected]>
Andres Saldarriaga <[email protected]> Andres Saldarriaga <[email protected]>
Andres Uribe <[email protected]> Andres Uribe <[email protected]>
Andres Uribe <[email protected]> Andres Uribe <[email protected]>
Brandon Lotero <[email protected]> Brandon Lotero <[email protected]>
Briam Agudelo <[email protected]> Briam Agudelo <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/args/make-script/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function main {
cat "${envEntrypointSetup}/template" > "${location}" \
&& echo >> "${location}" \
&& cat "${envEntrypoint}/template" >> "${location}" \
&& chmod +x "${location}"
&& chmod +x "${location}" # NOFLUID Intended Behavior
done
}

Expand Down

0 comments on commit 4c03e5b

Please sign in to comment.