Skip to content

Commit 3c90db0

Browse files
committed
normalize cli message
1 parent 719c3e7 commit 3c90db0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/bashly/commands/completions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def install_completions
2929
command = "sudo #{command}" unless root_user?
3030
system command
3131

32-
say 'Restart your session for the changes to take effect.'
32+
say 'Restart your session for the changes to take effect'
3333
end
3434

3535
def show_completions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Installing completions to /tmp/bashly
2-
Restart your session for the changes to take effect.
2+
Restart your session for the changes to take effect
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Installing completions to /tmp/bashly
2-
Restart your session for the changes to take effect.
2+
Restart your session for the changes to take effect

0 commit comments

Comments
 (0)