Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Sep 6, 2024
1 parent e8290c3 commit 6c27b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perform_gomod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ search_and_execute() {
# Check if the current directory contains a go.mod file
if [ -f "$CURRENT_DIR/go.mod" ]; then

if [ "$CURRENT_DIR" == *"internal/tools"* ]; then
if [ "$CURRENT_DIR" == *"internal//tools"* ]; then
continue
fi
# Change to the directory containing go.mod
Expand Down

0 comments on commit 6c27b35

Please sign in to comment.