Skip to content

Commit ad89f64

Browse files
committed
remove useless printf
(SC2116) Signed-off-by: Lucas Larson <[email protected]>
1 parent d47c441 commit ad89f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ plugin^] or you can just clone this repository, run the following command, and
100100
then restart your terminal:
101101
[source,zsh]
102102
$ printf '%s\n' '. /path/to/gunstage.plugin.zsh' \
103-
>>"$(printf '%s\n' "${HOME-}"'/.'"${SHELL##*[-./]}"'rc')"
103+
>>"${HOME-}"'/.'"${SHELL##*[-./]}"'rc'
104104
105105
Requirements
106106
~~~~~~~~~~~~

0 commit comments

Comments
 (0)