Skip to content

Commit

Permalink
Merge branch 'main' into chore/correct-context
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Sep 19, 2023
2 parents b3789ea + 270d429 commit b6bf027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
- id: go-mod-tidy-client
name: Check if go.mod and go.sum are up to date for server
files: server/
entry: sh -c "(cd client && go mod tidy)"
entry: sh -c "(cd client && go get github.com/TUM-Dev/Campus-Backend/server && go mod tidy)"
language: system
pass_filenames: false
stages: [commit]

0 comments on commit b6bf027

Please sign in to comment.