Skip to content

Commit fd5f268

Browse files
author
mirkobrombin
committed
fix: update script to use absolute path for get-cosmic-deb-urls.sh
1 parent e5befc6 commit fd5f268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes.container/usr/share/get-cosmic.sh

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

3-
deb_urls=$(bash get-cosmic-deb-urls.sh)
3+
deb_urls=$(bash /usr/share/get-cosmic-deb-urls.sh)
44

55
mkdir -p deb_files
66
cd deb_files || exit

0 commit comments

Comments
 (0)