flyctl: fix indentation
Co-authored-by: Stanisław Pitucha <viraptor@gmail.com>
This commit is contained in:
parent
4e030e5221
commit
6ff0b472f7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ buildGoModule rec {
|
|||
--bash <($out/bin/flyctl completion bash) \
|
||||
--fish <($out/bin/flyctl completion fish) \
|
||||
--zsh <($out/bin/flyctl completion zsh)
|
||||
ln -s $out/bin/flyctl $out/bin/fly
|
||||
ln -s $out/bin/flyctl $out/bin/fly
|
||||
'';
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
|
|
Loading…
Reference in a new issue