Skip to content

Commit 404b205

Browse files
author
Rishabh
committed
fixes add dev tag script
1 parent b5e6998 commit 404b205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addDevTag

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# check if we need to merge master into this branch------------
4-
if [[ $(git log master ^HEAD) ]]; then
4+
if [[ $(git log origin/master ^HEAD) ]]; then
55
echo "You need to merge master into this branch. Exiting"
66
exit 1
77
fi

0 commit comments

Comments
 (0)