Skip to content

Commit

Permalink
Nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Nov 26, 2023
1 parent 07316b4 commit 9f10ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotfiles-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sudo make
fi
- name: Verify runcom setup
- name: Load & verify runcom setup
run: source $HOME/.bash_profile

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion macos/defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sudo systemsetup -setusingnetworktime on
###############################################################################

# Restart automatically if the computer freezes (Error:-99 can be ignored)
sudo systemsetup -setrestartfreeze on
sudo systemsetup -setrestartfreeze on 2> /dev/null

# Set standby delay to 24 hours (default is 1 hour)
sudo pmset -a standbydelay 86400
Expand Down

0 comments on commit 9f10ca7

Please sign in to comment.