Skip to content

Commit 9f5ad9c

Browse files
authored
Merge pull request #4 from dzsquared/frk_master
base URL correction
2 parents 9f70af7 + 505aafd commit 9f5ad9c

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)