Skip to content

Commit 0e4189b

Browse files
committed
fix example spec
1 parent baad223 commit 0e4189b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/command-aliases/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Cleanup before testing
4-
rm -f "src/*.sh"
4+
rm -f src/*.sh
55

66
set -x
77

spec/approvals/examples/command-aliases

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+ bashly generate
22
creating user files in src
3-
skipped src/initialize.sh (exists)
4-
skipped src/download_command.sh (exists)
5-
skipped src/upload_command.sh (exists)
3+
created src/initialize.sh
4+
created src/download_command.sh
5+
created src/upload_command.sh
66
created ./cli
77
run ./cli --help to test your bash script
88
+ ./cli

0 commit comments

Comments
 (0)