Skip to content

Commit 9b2f422

Browse files
committed
Fix last minute change in revision tagging PR
1 parent 81ff5e7 commit 9b2f422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = {
5555

5656
willUpload: function(context) {
5757
var isEnabled = this.readConfig('enableRevisionTagging');
58-
if(!isDisabled) {
58+
if(!isEnabled) {
5959
return;
6060
}
6161

0 commit comments

Comments
 (0)