Skip to content

Commit a266c7d

Browse files
author
Doug Davis
committed
fix
Signed-off-by: Doug Davis <[email protected]>
1 parent 4a23166 commit a266c7d

File tree

1 file changed

+1
-1
lines changed
  • s2i-buildpacks

1 file changed

+1
-1
lines changed

s2i-buildpacks/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Define our ICR Namespace env var for later use
44
ID=$(ibmcloud account show | grep "Account ID:" | sed "s/^.*: *//")
5-
ICR_NS=s2i-b-${ID:0:12}
5+
ICR_NS=s2i-b-${ID:1:12}
66

77
# Clean up previous run
88
function clean() {

0 commit comments

Comments
 (0)