Skip to content

Commit 9a757ca

Browse files
authored
Remove backslash which skip execution of mv command (#1353)
1 parent d168ba0 commit 9a757ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/generate-os-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ generate_deb() {
4848
--maintainer "[email protected]" \
4949
--launcher-app "scala-cli" \
5050
--priority "optional" \
51-
--section "devel" \
51+
--section "devel"
5252
mv "$ARTIFACTS_DIR/scala-cli.deb" "$ARTIFACTS_DIR/scala-cli-x86_64-pc-linux.deb"
5353
}
5454

0 commit comments

Comments
 (0)