Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
=====================================================================

--- Bug Fixes ----------------------------

- resolved a typo when running in prod environments
  • Loading branch information
wrynegade committed Mar 7, 2024
1 parent 8427ad4 commit 6b15491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scwrypts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ source "$(dirname $(readlink -f "$0"))/zsh/lib/import.driver.zsh" || exit 42

[ ! $WARNING_MESSAGE ] && {
GIT_SCWRYPTS fetch --quiet origin main \
&& WARNING_MESSAGE='I am unable to verify your scwrypts version'
|| WARNING_MESSAGE='I am unable to verify your scwrypts version'
}

[ ! $WARNING_MESSAGE ] && {
Expand Down

0 comments on commit 6b15491

Please sign in to comment.