Skip to content

Commit 5a62bcd

Browse files
committed
correct git command
1 parent 79c8025 commit 5a62bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upstream_sync.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
git remote set upstream https://github.com/ShiftLeftSecurity/overflowdb
5+
git remote add upstream https://github.com/ShiftLeftSecurity/overflowdb
66

77
usage() {
88
echo "Usage: $0 [--publish]"

0 commit comments

Comments
 (0)