Skip to content

Commit

Permalink
Remove extraneous leftover " $version" on our generate-stackbrew-libr…
Browse files Browse the repository at this point in the history
…ary.sh echo
  • Loading branch information
tianon committed Aug 11, 2014
1 parent fe284cf commit 69c6d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ versionAliases+=( $fullVersion latest )

echo
for va in "${versionAliases[@]}"; do
echo "$va: ${url}@${commit} $version"
echo "$va: ${url}@${commit}"
done

0 comments on commit 69c6d14

Please sign in to comment.