Skip to content

Commit 12415ea

Browse files
authored
Fix typo for velorum sha in components build command
Signed-off-by: Niklas van Schrick <mc.taucher2003@gmail.com>
1 parent 78b522c commit 12415ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pyxis/commands/components.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def build
5151
sagittarius: options[:sagittarius_sha],
5252
sculptor: options[:sculptor_sha],
5353
taurus: options[:taurus_sha],
54-
velorum: option[:velorum_sha],
54+
velorum: options[:velorum_sha],
5555
}.compact
5656

5757
pipeline = Pyxis::Services::CreateReticulumBuildService.new(version_overrides).execute

0 commit comments

Comments
 (0)