Skip to content

Commit e6e5950

Browse files
committed
Fix silent fail on missing url
1 parent ca6c550 commit e6e5950

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/wmap.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ def cmd_wmap_sites(*args)
135135
else
136136
print_error("Unable to create site")
137137
end
138+
else
139+
print_error("No site provided.")
138140
end
139141
when '-d'
140142
del_idx = args

0 commit comments

Comments
 (0)