Skip to content

Commit

Permalink
Merge pull request #28 from BrentOzar/27_rename_FRK_master_to_main
Browse files Browse the repository at this point in the history
#27 rename FRK master to main branch
  • Loading branch information
dzsquared authored Jul 5, 2020
2 parents b98962f + 2a69002 commit acb6dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as getScripts from './getScripts';
import * as runScripts from './runScripts';

export function activate(context: vscode.ExtensionContext) {
const baseUrl = "https://raw.githubusercontent.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/master/";
const baseUrl = "https://raw.githubusercontent.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/main/";

// documentation
let currentBlitz: string = 'sp_Blitz';
Expand Down
2 changes: 1 addition & 1 deletion src/getScripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as vscode from 'vscode';
import * as request from 'request-promise-native';
import {placeScript} from './placescript';

const baseUrl = "https://raw.githubusercontent.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/master/";
const baseUrl = "https://raw.githubusercontent.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/main/";

async function spblitzscript(baseUrl: string, fileName: string) {
let options = {
Expand Down

0 comments on commit acb6dd4

Please sign in to comment.