Skip to content

Commit

Permalink
Merge pull request #12 from SwingDev/task/improve-sourcery-call
Browse files Browse the repository at this point in the history
Improve sourcery call
  • Loading branch information
ddanielczyk authored Jan 19, 2024
2 parents dc73e46 + 4832fc1 commit 5241d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/inject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ fi
echo "Extra: $EXTRA"
echo "Args: $ARGS"

"$SOURCERY_BINPATH" --templates "$TEMPLATES" --sources "$INJECT_INPUT" --output "$INJECT_OUTPUT" --args "$ARGS" "$EXTRA" "$@"
$SOURCERY_BINPATH --templates "$TEMPLATES" --sources "$INJECT_INPUT" --output "$INJECT_OUTPUT" --args "$ARGS" "$EXTRA" "$@"
# ./Pods/Sourcery/bin/sourcery --templates ./Templates

0 comments on commit 5241d2c

Please sign in to comment.