Skip to content

Commit 0fe14a7

Browse files
authored
fix: fixed printf statement in install script
1 parent b8124e1 commit 0fe14a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ main() {
248248
printf 'To see available commands, run the CLI with:\n'
249249
printf ' patternfly-cli --help\n'
250250
printf '\n'
251-
printf
251+
printf '\n'
252252
printf 'SUCCESS: PatternFly CLI is installed.\n'
253253
printf '\n'
254254

0 commit comments

Comments
 (0)