Skip to content

Commit c37cefa

Browse files
committed
triggering
1 parent c8ee48e commit c37cefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-hooks-install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Foreach-Object {
2424
# attrib to set file permissions
2525
# icacls to set ownership in Access Control Lists
2626
}
27-
if ( $IsOSX -eq $True){
27+
if ( $IsOSX -eq $True){
2828
chmod +x $SUBDIR$content
2929
}
3030
}

0 commit comments

Comments
 (0)