Skip to content

Commit caaee5a

Browse files
authored
oops
1 parent 5b27790 commit caaee5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzIndex.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4116,7 +4116,7 @@ BEGIN;
41164116
END;
41174117
END;
41184118

4119-
IF (@ValidOutputLocation = 0 @OutputType = 'NONE')
4119+
IF (@ValidOutputLocation = 0 AND @OutputType = 'NONE')
41204120
BEGIN
41214121
RAISERROR('Invalid output location and no output asked',12,1);
41224122
RETURN;

0 commit comments

Comments
 (0)