Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Jul 26, 2024
1 parent 5b90d06 commit 0fa3a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author - RustyTake-Off
# Version - 0.1.4

set -euo pipefail
set -eu

# Configuration variables
declare REPO_URL="https://github.com/RustyTake-Off/dotfiles.git"
Expand Down
2 changes: 1 addition & 1 deletion wslfiles/.dots/scripts/set_dotfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author - RustyTake-Off
# Version - 0.1.7

set -euo pipefail
set -eu

# Configuration variables
declare REPO_URL="https://github.com/RustyTake-Off/dotfiles.git"
Expand Down

0 comments on commit 0fa3a79

Please sign in to comment.