Skip to content

Commit 505aafd

Browse files
committed
base URL correction
correcting the base URL to point to the master branch of the First Responder Kit instead of the dev branch
1 parent 9f70af7 commit 505aafd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as request from 'request-promise-native';
55

66

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

1010
//importing the full spblitz script
1111
var getblitz = async () => {

0 commit comments

Comments
 (0)