Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
Co-authored-by: Niels Pilgaard Grøndahl <[email protected]>
Co-authored-by: Patrick 'Quezler' Mounier <[email protected]>
  • Loading branch information
3 people committed Feb 23, 2023
1 parent 6081613 commit 819a6ed
Show file tree
Hide file tree
Showing 5 changed files with 725 additions and 725 deletions.
20 changes: 10 additions & 10 deletions automation/InstanceSyncSetup.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@echo off

cd ..
type NUL > .git/hooks/post-merge
echo #!/bin/sh > .git/hooks/post-merge
echo java -jar InstanceSync.jar >> .git/hooks/post-merge

echo Done setting up hooks
echo Running InstanceSync

@echo off

cd ..
type NUL > .git/hooks/post-merge
echo #!/bin/sh > .git/hooks/post-merge
echo java -jar InstanceSync.jar >> .git/hooks/post-merge

echo Done setting up hooks
echo Running InstanceSync

java -jar InstanceSync.jar
Loading

0 comments on commit 819a6ed

Please sign in to comment.