Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c27f04 commit 14f0f98Copy full SHA for 14f0f98
coderd/database/migrations/fix_migration_numbers.sh
@@ -11,7 +11,7 @@ list_migrations() {
11
main() {
12
cd "${SCRIPT_DIR}"
13
14
- origin=$(git remote -v | grep "github.com[:/]coder/coder.*(fetch)" | cut -f1)
+ origin=$(git remote -v | grep "github.com[:/]*coder/coder.*(fetch)" | cut -f1)
15
16
echo "Fetching ${origin}/main..."
17
git fetch -u "${origin}" main
0 commit comments