Skip to content

Commit

Permalink
remove useless printf
Browse files Browse the repository at this point in the history
(SC2116)

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
  • Loading branch information
LucasLarson committed Nov 24, 2022
1 parent d47c441 commit ad89f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ plugin^] or you can just clone this repository, run the following command, and
then restart your terminal:
[source,zsh]
$ printf '%s\n' '. /path/to/gunstage.plugin.zsh' \
>>"$(printf '%s\n' "${HOME-}"'/.'"${SHELL##*[-./]}"'rc')"
>>"${HOME-}"'/.'"${SHELL##*[-./]}"'rc'
Requirements
~~~~~~~~~~~~
Expand Down

0 comments on commit ad89f64

Please sign in to comment.