Skip to content

Commit

Permalink
Bugfix: Properly extract the release name.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Dec 14, 2011
1 parent 486d3bb commit ec16a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/functions
Expand Up @@ -295,7 +295,7 @@ remove_releases()

while (( $# > 0 ))
do
_release="${1/:/\/}"
_release="${1#*:}"
shift
log "Removing old release ${_release}"
versionedfs remove \
Expand Down

0 comments on commit ec16a0e

Please sign in to comment.