storage_visualizer 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/storage_visualizer.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e6e3d4c026c39271ced6fc2fc2dec09cff84b79
|
4
|
+
data.tar.gz: 0c77eae59eb82a981e57d2a62cb3873c4c2fc39d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a1a7a2d73860503088a95dc92c777b57bec2691e36abc0892a437abc81f4e560f0f93c38ba08df6004949279fe37c062512aa6ce6e9b754a3198f7fd8c1d700
|
7
|
+
data.tar.gz: a54f7527e27431c0f478d441a4ea8657ddaff5bacb1f090d31fc9842990437918d60ff204a828f06fb67cf6a8cda8a2ab97b55f4016be65bf9a305cd1f3a1502
|
data/lib/storage_visualizer.rb
CHANGED
@@ -382,7 +382,7 @@ def run
|
|
382
382
|
return
|
383
383
|
elsif (ARGV[0] == '-i' || ARGV[0] == '--install')
|
384
384
|
# install a soft link to /usr/local/bin
|
385
|
-
cmd = "ln -s #{File.expand_path(__FILE__)} /usr/local/bin/#{File.basename(__FILE__)}"
|
385
|
+
cmd = "ln -s #{File.expand_path(__FILE__)} /usr/local/bin/#{File.basename(__FILE__).split('.')[0]}"
|
386
386
|
puts "Install cmd: #{cmd}"
|
387
387
|
`#{cmd}`
|
388
388
|
return
|