mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Replace / and - in image names with .
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
set -eux
|
||||
|
||||
IMAGENAME=$1 # no dashes in the name please!
|
||||
IMAGENAME=$(echo $1 | sed "s/[\/\-]/\./g")
|
||||
IMAGEDIR=$2
|
||||
shift 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user