Skip to content

Commit

Permalink
fix typo line 128
Browse files Browse the repository at this point in the history
  • Loading branch information
Tylerjet authored Sep 5, 2024
1 parent 6e83af7 commit 999e814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fi

# Check if .git exists else init git repo
if [ ! -d ".git" ]; then
mkdir .agit
mkdir .git
echo "[init]
defaultBranch = "$branch_name"" >>.git/config #Add desired branch name to config before init
git init
Expand Down

0 comments on commit 999e814

Please sign in to comment.