Skip to content

Commit 68aab6f

Browse files
committed
Fix fullstack specs
1 parent 51cd7ce commit 68aab6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spec/package/local_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Commands:
1818
terminalwire apps # List apps installed i...
1919
terminalwire distribution # Publish & manage dist...
20-
terminalwire distribution create NAME # Distribute app from t...
20+
terminalwire distribution create BINARY_NAME # Distribute app from t...
2121
TEXT
2222
end
2323
end

spec/package/ubuntu_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Commands:
1212
terminalwire apps # List apps installed i...
1313
terminalwire distribution # Publish & manage dist...
14-
terminalwire distribution create NAME # Distribute app from t...
14+
terminalwire distribution create BINARY_NAME # Distribute app from t...
1515
TEXT
1616
end
1717
end

0 commit comments

Comments
 (0)