Skip to content

Commit

Permalink
thefuck: Allow profile script to fail
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Mar 11, 2024
1 parent 3ea2c8a commit d53f773
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion packages/t/thefuck/files/thefuck.sh
@@ -1 +1,2 @@
eval "$(thefuck --alias)"
# If this fails just continue on
eval "$(thefuck --alias)" || true
2 changes: 1 addition & 1 deletion packages/t/thefuck/package.yml
@@ -1,6 +1,6 @@
name : thefuck
version : '3.32'
release : 20
release : 21
source :
- https://github.com/nvbn/thefuck/archive/3.32.tar.gz : 76cbb014473672d1c384922857f8fbc1f6f7774f74f784149ad88751854ecfdf
homepage : https://github.com/nvbn/thefuck
Expand Down
12 changes: 6 additions & 6 deletions packages/t/thefuck/pspec_x86_64.xml
Expand Up @@ -3,8 +3,8 @@
<Name>thefuck</Name>
<Homepage>https://github.com/nvbn/thefuck</Homepage>
<Packager>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Packager>
<License>MIT</License>
<PartOf>system.utils</PartOf>
Expand Down Expand Up @@ -449,12 +449,12 @@
</Files>
</Package>
<History>
<Update release="20">
<Date>2024-02-27</Date>
<Update release="21">
<Date>2024-03-11</Date>
<Version>3.32</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Update>
</History>
</PISI>

0 comments on commit d53f773

Please sign in to comment.