Skip to content

Commit 2f12169

Browse files
committed
.
1 parent 242d74e commit 2f12169

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hook.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

33
# DIRECTORY TO THE REPOSITORY
4-
REPOSITORY="../mongoose_tutorial"
4+
REPOSITORY="./myRepository"
5+
56
cd $REPOSITORY
7+
68
git pull

0 commit comments

Comments
 (0)