Skip to content

Commit

Permalink
fixes 404 caused by new git "feature"
Browse files Browse the repository at this point in the history
  fatal: detected dubious ownership in repository

 * #6
 * BusKill/buskill-app#65
  • Loading branch information
maltfield committed Mar 26, 2023
1 parent cedf091 commit 2ca54c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/buildDocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ set -x
#
# Authors: Michael Altfield <[email protected]>
# Created: 2020-07-17
# Updated: 2020-07-20
# Version: 0.2
# Updated: 2023-03-26
# Version: 0.3
################################################################################

###################
Expand All @@ -24,6 +24,9 @@ python3 -m pip install --upgrade rinohtype pygments
#####################
# DECLARE VARIABLES #
#####################

# prevent git "detected dubious ownership" errors
git config --global --add safe.directory "*"

pwd
ls -lah
Expand Down

0 comments on commit 2ca54c2

Please sign in to comment.