Skip to content

Commit 2cf5fd4

Browse files
committed
fix code comment
1 parent fba6109 commit 2cf5fd4

File tree

1 file changed

+3
-3
lines changed
  • spec/fixtures/workspaces/required-args-order

1 file changed

+3
-3
lines changed

spec/fixtures/workspaces/required-args-order/test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

3-
# This fixture tests that short command codes work properly
4-
# It is executed as part of the Runfile examples test
5-
# Reference issue: https://github.com/DannyBen/bashly/issues/16
3+
# This fixture ensures that required args and flags are allowed to appear after
4+
# the optional flags.
5+
# Reference issue: https://github.com/DannyBen/bashly/issues/124
66

77
rm -f ./src/*.sh
88
rm -f ./download

0 commit comments

Comments
 (0)